diff options
author | Andy Hertzfeld <andy@src.gnome.org> | 2000-07-31 01:35:31 +0000 |
---|---|---|
committer | Andy Hertzfeld <andy@src.gnome.org> | 2000-07-31 01:35:31 +0000 |
commit | 99a82ffb4034e0f23773d64c1ddfeafed0830d4b (patch) | |
tree | 64a0be2e90faed104b8da845b59e7c144eae5255 /icons | |
parent | 46d9cf6a56feafe1015b1be0ec120827abe60ff2 (diff) | |
download | nautilus-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.am | 2 | ||||
-rw-r--r-- | icons/thumbnail_frame.aa.png | bin | 0 -> 907 bytes | |||
-rw-r--r-- | icons/thumbnail_frame.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 000000000..03365adc2 --- /dev/null +++ b/icons/thumbnail_frame.aa.png diff --git a/icons/thumbnail_frame.png b/icons/thumbnail_frame.png Binary files differnew file mode 100644 index 000000000..ba3f5f834 --- /dev/null +++ b/icons/thumbnail_frame.png |