diff options
author | Michael Meeks <michael@ximian.com> | 2002-05-16 09:54:51 +0000 |
---|---|---|
committer | Michael Meeks <michael@src.gnome.org> | 2002-05-16 09:54:51 +0000 |
commit | 3f461b7fb36e626aa98b25ce58b3553fab157415 (patch) | |
tree | 2b2e69506ef094e3f185277aea8963dbf0435939 /icons/default/default.xml | |
parent | 08ca67a0f2e4991eac2b712425fde01cda257e6e (diff) | |
download | nautilus-3f461b7fb36e626aa98b25ce58b3553fab157415.tar.gz |
put back the old nautilus values, keep the new values in
2002-05-16 Michael Meeks <michael@ximian.com>
* icons/tahoe/tahoe.xml:
* icons/gnome/gnome.xml:
* icons/sierra/sierra.xml:
* icons/crux_teal/crux_teal.xml:
* icons/crux_eggplant/crux_eggplant.xml:
* icons/default/default.xml: put back the old
nautilus values, keep the new values in
number_v_2_offset.
* src/nautilus-zoom-control.c (draw_number):
ask for number_v_2_offset so we can keep theme
compatibility and get offsets right. Mostly
we want 0 for the offset anyway, so this
automagically gets most things right.
Diffstat (limited to 'icons/default/default.xml')
-rw-r--r-- | icons/default/default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/default/default.xml b/icons/default/default.xml index f608646ac..a508c0c34 100644 --- a/icons/default/default.xml +++ b/icons/default/default.xml @@ -20,6 +20,6 @@ <thumbnails frame_offsets="3,3,6,6"/> <throbber frame_count="30" url="http://www.gnome.org/nautilus/" delay="75"/> - <zoom_control number_v_offset="-1" number_h_offset="-2"/> + <zoom_control number_v_offset="-6" number_v_2_offset="-1" number_h_offset="-2"/> </theme> |