summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-07-31 01:35:31 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-07-31 01:35:31 +0000
commit99a82ffb4034e0f23773d64c1ddfeafed0830d4b (patch)
tree64a0be2e90faed104b8da845b59e7c144eae5255 /icons
parent46d9cf6a56feafe1015b1be0ec120827abe60ff2 (diff)
downloadnautilus-99a82ffb4034e0f23773d64c1ddfeafed0830d4b.tar.gz
fixed bug 1408, where thumbnail frames had the wrong shadow. Fixed by
fixed bug 1408, where thumbnail frames had the wrong shadow. Fixed by maintaining two versions of the thumbnail, for the aa and non-aa cases. Also, create the frame from an image instead of drawing commands.
Diffstat (limited to 'icons')
-rw-r--r--icons/Makefile.am2
-rw-r--r--icons/thumbnail_frame.aa.pngbin0 -> 907 bytes
-rw-r--r--icons/thumbnail_frame.pngbin0 -> 546 bytes
3 files changed, 2 insertions, 0 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am
index 7887ca1c7..6e357b841 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -164,6 +164,8 @@ icon_DATA =\
tabright.png \
temp-home.png \
themes.png \
+ thumbnail_frame.aa.png \
+ thumbnail_frame.png \
trash-empty.png \
trash-full.png \
uparrow.png \
diff --git a/icons/thumbnail_frame.aa.png b/icons/thumbnail_frame.aa.png
new file mode 100644
index 000000000..03365adc2
--- /dev/null
+++ b/icons/thumbnail_frame.aa.png
Binary files differ
diff --git a/icons/thumbnail_frame.png b/icons/thumbnail_frame.png
new file mode 100644
index 000000000..ba3f5f834
--- /dev/null
+++ b/icons/thumbnail_frame.png
Binary files differ