gimp r25043 - in branches/weskaggs: . libgimpwidgets



Author: weskaggs
Date: Thu Mar  6 04:15:04 2008
New Revision: 25043
URL: http://svn.gnome.org/viewvc/gimp?rev=25043&view=rev

Log:
Bill Skaggs  <weskaggs primate ucdavis edu>

	* libgimpwidgets/gimpscalecontrol.c: change fill style
	when inserting in table.


Modified:
   branches/weskaggs/ChangeLog
   branches/weskaggs/libgimpwidgets/gimpscalecontrol.c

Modified: branches/weskaggs/libgimpwidgets/gimpscalecontrol.c
==============================================================================
--- branches/weskaggs/libgimpwidgets/gimpscalecontrol.c	(original)
+++ branches/weskaggs/libgimpwidgets/gimpscalecontrol.c	Thu Mar  6 04:15:04 2008
@@ -472,7 +472,7 @@
 
   gtk_table_attach (GTK_TABLE (table), hbox,
                     column + 1, column + 2, row, row + 1,
-                    GTK_SHRINK, GTK_FILL, 0, 0);
+                    GTK_FILL, GTK_FILL, 0, 0);
   gtk_widget_show (popup_button);
 
   scale_control->popup_window = gimp_scale_control_popup (scale_control);



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