f-spot r4262 - trunk/src/Widgets



Author: sdelcroix
Date: Thu Aug 14 10:40:48 2008
New Revision: 4262
URL: http://svn.gnome.org/viewvc/f-spot?rev=4262&view=rev

Log:
align the widget to the top


Modified:
   trunk/src/Widgets/EditorPage.cs

Modified: trunk/src/Widgets/EditorPage.cs
==============================================================================
--- trunk/src/Widgets/EditorPage.cs	(original)
+++ trunk/src/Widgets/EditorPage.cs	Thu Aug 14 10:40:48 2008
@@ -241,7 +241,7 @@
 			// Optional config widget
 			Widget config = editor.ConfigurationWidget ();
 			if (config != null) {
-				vbox.PackStart (config, true, false, 0);
+				vbox.PackStart (config, false, false, 0);
 			}
 
 			// Apply / Cancel buttons



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