GNOME Bugzilla – Bug 589513
timeline requests too much space when loading files
Last modified: 2009-07-24 15:38:19 UTC
Please describe the problem: When a project file contains a large number of layers, the timeline UI requests too many pixels and cannot be shrunk small enough. The timeline pane seems to set a minimum height that is tall enough to include all the elements in the timeline. Scroll bars are inoperative and the other UI elements such as the clip library and viewer are rendered so small as to be unusable. Steps to reproduce: 1. Create a timeline with a large number of layers 2. Save the project file 3. Open the project file Actual results: Expected results: Does this happen every time? Yes Other information:
commit ca8d2243b9087d6b336f3ba440f0e8d7005ec65b Author: Brandon Lewis <brandon_lewis@berkeley.edu> Date: Thu Jul 23 11:20:28 2009 -0700 ui.timeline.py: prevent timeline controlls from claiming too much height by requesting exactly one pixel of height closes bug 589513