summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2007-08-21 19:07:21 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2007-08-21 19:07:21 +0000
commitcc488638c0f66dade4ebaca97228a5c6900f11d5 (patch)
tree672bceb23b904e6f7e9f3ca3cce826d19c8d2587 /data
parent13924a988c2ab3085576249e40ca66a1fe7d61af (diff)
downloadglade-cc488638c0f66dade4ebaca97228a5c6900f11d5.tar.gz
new icon for the drag/resize button.
* data/icons/drag-resize.png, data/icons/Makefile.am: new icon for the drag/resize button. * src/glade-window.c: "s/Select Widgets/Select/" on the selector button cause it was taking too much space that way. (also used the new icon for drag/resize). svn path=/trunk/; revision=1573
Diffstat (limited to 'data')
-rw-r--r--data/icons/Makefile.am6
-rw-r--r--data/icons/drag-resize.pngbin0 -> 638 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 62b7e7aa..13907925 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -14,10 +14,10 @@ update-icon-cache:
echo "*** Icon cache not updated. After (un)install, run this:"; \
echo "*** $(gtk_update_icon_cache)"; \
fi
-
+
pixmapsdir = $(pkgdatadir)/pixmaps
-pixmaps_DATA = selector.png devhelp.png plus.png atk.png
+pixmaps_DATA = selector.png devhelp.png plus.png atk.png drag-resize.png
+
-
EXTRA_DIST = $(pixmaps_DATA) glade-3.ico
diff --git a/data/icons/drag-resize.png b/data/icons/drag-resize.png
new file mode 100644
index 00000000..ae4201b3
--- /dev/null
+++ b/data/icons/drag-resize.png
Binary files differ