From cc488638c0f66dade4ebaca97228a5c6900f11d5 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 21 Aug 2007 19:07:21 +0000 Subject: 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 --- data/icons/Makefile.am | 6 +++--- data/icons/drag-resize.png | Bin 0 -> 638 bytes 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 data/icons/drag-resize.png (limited to 'data/icons') 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 Binary files /dev/null and b/data/icons/drag-resize.png differ -- cgit v1.2.1