[gimp] app: make the brush size reset button smaller



commit bf14241f26357bb943e96aa74cfc1b2f6d64b928
Author: Michael Natterer <mitch gimp org>
Date:   Tue Nov 2 21:57:37 2010 +0100

    app: make the brush size reset button smaller

 app/tools/gimppaintoptions-gui.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimppaintoptions-gui.c b/app/tools/gimppaintoptions-gui.c
index f8cc7c4..490390f 100644
--- a/app/tools/gimppaintoptions-gui.c
+++ b/app/tools/gimppaintoptions-gui.c
@@ -157,6 +157,9 @@ gimp_paint_options_gui (GimpToolOptions *tool_options)
       gtk_widget_show (scale);
 
       button = gimp_stock_button_new (GTK_STOCK_REFRESH, NULL);
+      gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
+      gtk_image_set_from_stock (GTK_IMAGE (gtk_bin_get_child (GTK_BIN (button))),
+                                GTK_STOCK_REFRESH, GTK_ICON_SIZE_MENU);
       gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
       gtk_widget_show (button);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]