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 485965 - zoom levels in nautilus preferences don't match zoom levels in actual window
zoom levels in nautilus preferences don't match zoom levels in actual window
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Preferences
2.20.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 537760 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-10-12 09:20 UTC by Sebastien Bacher
Modified: 2008-06-11 18:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Sebastien Bacher 2007-10-12 09:20:24 UTC
The bug has been opened on https://bugs.launchpad.net/bugs/151811

"Binary package hint: nautilus

Just upgraded to gutsy, I'm not sure if this was in feisty or not.

If you go to the preferences in nautilus you can set the default zoom level. I set it to 75% there, but in the actual view itself that option seems to correspond to 67%..

Additionally it seems when I zoom to 33% in the actual view itself all of the icons loose their text labels."
Comment 1 mail 2007-10-18 17:35:07 UTC
same here ... 
gentoo
nautilus --version
GNOME nautilus 2.20.0
Comment 2 mail 2007-10-22 14:44:45 UTC
backport from nautilus 2.8.13
changed:
libnautilus-private/nautilus-icon-factory.h

#define NAUTILUS_ICON_SIZE_SMALLEST     12 
#define NAUTILUS_ICON_SIZE_SMALLER      24 
#define NAUTILUS_ICON_SIZE_SMALL        36 
#define NAUTILUS_ICON_SIZE_STANDARD     48 
#define NAUTILUS_ICON_SIZE_LARGE        72 
#define NAUTILUS_ICON_SIZE_LARGER       96 
#define NAUTILUS_ICON_SIZE_LARGEST     192 

these values fixed 75% issue for me ...
Comment 3 A. Walton 2008-06-11 13:14:17 UTC
*** Bug 537760 has been marked as a duplicate of this bug. ***
Comment 4 Christian Neumair 2008-06-11 18:47:40 UTC
Fixed in trunk:

http://svn.gnome.org/viewvc/nautilus?view=revision&revision=14256

We now use 33% and 66% labels everywhere for 1/3 and 2/3 zoom level.