diff options
author | Andy Hertzfeld <andy@src.gnome.org> | 2000-09-07 00:16:56 +0000 |
---|---|---|
committer | Andy Hertzfeld <andy@src.gnome.org> | 2000-09-07 00:16:56 +0000 |
commit | 9defb149af3735fc9d68f44602a60d52fdb00c16 (patch) | |
tree | 3038fd577c33873b28e88914e056dec0f4cfd27b /icons | |
parent | f1c8a7a2dda244d7eede75ebc08eab1d44e35905 (diff) | |
download | nautilus-9defb149af3735fc9d68f44602a60d52fdb00c16.tar.gz |
fixed bug 2499, font leak in sidebar title, and bug 2206, bad zoom control
fixed bug 2499, font leak in sidebar title, and bug 2206, bad
zoom control in vector theme
Diffstat (limited to 'icons')
-rw-r--r-- | icons/vector/Makefile.am | 3 | ||||
-rw-r--r-- | icons/vector/vector.xml | 2 | ||||
-rw-r--r-- | icons/vector/zoom_body.png | bin | 223 -> 0 bytes |
3 files changed, 2 insertions, 3 deletions
diff --git a/icons/vector/Makefile.am b/icons/vector/Makefile.am index 3b4e961e1..7efa205c0 100644 --- a/icons/vector/Makefile.am +++ b/icons/vector/Makefile.am @@ -5,8 +5,7 @@ vector_DATA = \ i-directory-accept.svg \ i-regular.svg \ i-regular.xml \ - vector.xml \ - zoom_body.png + vector.xml EXTRA_DIST = $(vector_DATA) diff --git a/icons/vector/vector.xml b/icons/vector/vector.xml index 9a5212fbf..b3f77ee61 100644 --- a/icons/vector/vector.xml +++ b/icons/vector/vector.xml @@ -4,6 +4,6 @@ <directory BACKGROUND_COLOR="rgb:FFFF/FFFF/3333-rgb:FFFF/9999/3333:h"/> <toolbar ICON_THEME="eazel"/> <desktop BACKGROUND_TILE_IMAGE="backgrounds/clouds.png"/> - <zoom_control NUMBER_V_OFFSET="-4" NUMBER_H_OFFSET="4"/> + <zoom_control NUMBER_V_OFFSET="2" /> <description TEXT="This experimental theme uses vector-based icons."/> </theme> diff --git a/icons/vector/zoom_body.png b/icons/vector/zoom_body.png Binary files differdeleted file mode 100644 index 498dde3d0..000000000 --- a/icons/vector/zoom_body.png +++ /dev/null |