gtkhtml r9046 - trunk/components/editor



Author: mbarnes
Date: Sat Nov  8 05:10:55 2008
New Revision: 9046
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=9046&view=rev

Log:
2008-11-08  Matthew Barnes  <mbarnes redhat com>

	* gtkhtml-spell-dialog (spell_dialog_init):
	Fix a packing issue with the "Add Word" button.



Modified:
   trunk/components/editor/ChangeLog
   trunk/components/editor/gtkhtml-spell-dialog.c

Modified: trunk/components/editor/gtkhtml-spell-dialog.c
==============================================================================
--- trunk/components/editor/gtkhtml-spell-dialog.c	(original)
+++ trunk/components/editor/gtkhtml-spell-dialog.c	Sat Nov  8 05:10:55 2008
@@ -626,7 +626,7 @@
 		GTK_STOCK_ADD, GTK_ICON_SIZE_BUTTON));
 	gtk_table_attach (
 		GTK_TABLE (table), widget, 1, 2, 3, 4,
-		GTK_EXPAND | GTK_FILL, 0, 0, 0);
+		GTK_FILL, 0, 0, 0);
 	dialog->priv->add_word_button = g_object_ref (widget);
 	gtk_widget_show (widget);
 }



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