From cc488638c0f66dade4ebaca97228a5c6900f11d5 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 21 Aug 2007 19:07:21 +0000 Subject: [PATCH] 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 --- ChangeLog | 7 +++++++ data/icons/Makefile.am | 6 +++--- data/icons/drag-resize.png | Bin 0 -> 638 bytes src/glade-window.c | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 data/icons/drag-resize.png diff --git a/ChangeLog b/ChangeLog index c84d2429..7e039416 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-08-21 Tristan Van Berkom + + * 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). + 2007-08-20 Tristan Van Berkom * plugins/gtk+/gtk+.xml.in: Unmarked some properties to be "themed-icon", 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 0000000000000000000000000000000000000000..ae4201b3acf9aff2b44b9608f0d9111d6526a9f7 GIT binary patch literal 638 zcmV-^0)hRBP)B|Xe;ENQ8P+$hW2y8Ceu(!Jpz~+NZ4&EH_;qZMTkFNxG+O3RO z5?DENW-S$1c^U_>Z7VK=K&ItRyLB4taU}h@aig>pyM9@qnYi@hd~7tgLcjG*@=O#8kk99^awfKI#VQ^A8saz}-o(dsCjfKs|EAcGpiY7E-tIo@YvnL~Rnbn- z*W;iw;py;51{rnzEBbt{E6j+Rt{i3nmOL{6j^n9q1;7V_PP>%@0x3hAhhU{FD`f%K zR=0P~6wRCXsx5~iVg>NzkUv^Yfxyr#$pJP{1a1KB$E)zxjeY6&R1gKw{n2iKeR`UbuJMHp1~-Sa2@=-d@`6Hz|Z6o+61&x&#jF#S=_ z9rur3AO9>i>h+C((6`T?j(eZGz!(?-zh&+TI8b2aaUiEn#Wxoi`=j%LcX9Ues9$*e z{qV&j=f}sdKwoMA3tooltips, @@ -2520,7 +2520,7 @@ create_drag_resize_tool_button (GtkToolbar *toolbar) GtkWidget *image; gchar *image_path; - image_path = g_build_filename (glade_app_get_pixmaps_dir (), "selector.png", NULL); + image_path = g_build_filename (glade_app_get_pixmaps_dir (), "drag-resize.png", NULL); image = gtk_image_new_from_file (image_path); g_free (image_path);