summaryrefslogtreecommitdiff
path: root/icons/arlo
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-07-27 05:54:23 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-07-27 05:54:23 +0000
commit05e9fc4bd192268afc3b173b96e741bc8e428622 (patch)
tree2d00cf6a3c54ad0e5def2716c681615f69b514fd /icons/arlo
parente225567b68149498086f669aa06398b92eaf0c55 (diff)
downloadnautilus-05e9fc4bd192268afc3b173b96e741bc8e428622.tar.gz
fixed bug where the increment and decrement images of the zoom control
fixed bug where the increment and decrement images of the zoom control were not being erased at the extremes; also, added ability to use custom numbers via a number strip image.
Diffstat (limited to 'icons/arlo')
-rw-r--r--icons/arlo/Makefile.am1
-rw-r--r--icons/arlo/arlo.xml2
-rw-r--r--icons/arlo/number_strip.pngbin0 -> 695 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/icons/arlo/Makefile.am b/icons/arlo/Makefile.am
index d67a9be7c..50ca3afac 100644
--- a/icons/arlo/Makefile.am
+++ b/icons/arlo/Makefile.am
@@ -6,6 +6,7 @@ arlo_DATA = \
i-directory.png \
i-regular.png \
increment.png \
+ number_strip.png \
sidebar_tab_pieces.png \
theme_preview.png \
zoom_body.png
diff --git a/icons/arlo/arlo.xml b/icons/arlo/arlo.xml
index c2c16db2c..5840aab9f 100644
--- a/icons/arlo/arlo.xml
+++ b/icons/arlo/arlo.xml
@@ -5,6 +5,6 @@
PIECE_OFFSETS="1,1,20,4:1,13,20,13:1,47,20,61:1,123,20,139:1,212,20,220:1,5,20,8:1,14,20,14:1,62,20,76:1,16,20,30:1,221,20,229:1,9,20,12:1,15,24,15:1,93,24,107:1,157,20,173:1,194,20,194"
LEFT_OFFSET="0" LABEL_COLOR="rgb:FFFF/FFFF/FFFF" TAB_FONT="-*-helvetica-medium-i-normal-*-12-*-*-*-*-*-*-*" />
<desktop BACKGROUND_TILE_IMAGE="backgrounds/ice.png"/>
- <zoom_control NUMBER_V_OFFSET="-4"/>
+ <zoom_control NUMBER_V_OFFSET="-11" DIGIT_WIDTH="6"/>
</theme>
diff --git a/icons/arlo/number_strip.png b/icons/arlo/number_strip.png
new file mode 100644
index 000000000..b5343d6b8
--- /dev/null
+++ b/icons/arlo/number_strip.png
Binary files differ