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 575970 - first zoom level stepping is too drastic
first zoom level stepping is too drastic
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal normal
: 0.13.1
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-19 14:49 UTC by Jean-François Fortin Tam
Modified: 2009-05-14 14:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
demonstration of the problem (802.99 KB, video/ogg)
2009-03-19 14:50 UTC, Jean-François Fortin Tam
Details

Description Jean-François Fortin Tam 2009-03-19 14:49:40 UTC
The first zoom level is way too sudden, there's a huge difference between the "all zoomed out" level and the one one step below. See the screencast.
Comment 1 Jean-François Fortin Tam 2009-03-19 14:50:17 UTC
Created attachment 130975 [details]
demonstration of the problem
Comment 2 Jean-François Fortin Tam 2009-04-10 20:54:07 UTC
Emdash suggested a solution, which I tested and confirms as working, in zoominterface.py line 55:

zoom_levels = [1, 2, 5] + range(10, 150, 10)
Comment 3 Jean-François Fortin Tam 2009-04-17 02:26:35 UTC
This was recently fixed in the git version.