After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 589513 - timeline requests too much space when loading files
timeline requests too much space when loading files
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other All
: Normal major
: 0.13.2
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-23 17:02 UTC by Brandon Lewis
Modified: 2009-07-24 15:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brandon Lewis 2009-07-23 17:02:33 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:
Comment 1 Brandon Lewis 2009-07-23 18:23:13 UTC
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