tasque r112 - in trunk: . src



Author: jjohnny
Date: Fri Sep 26 11:01:44 2008
New Revision: 112
URL: http://svn.gnome.org/viewvc/tasque?rev=112&view=rev

Log:
Task Filtering : Categories : Let it fill up the available space in the dialog.

Modified:
   trunk/ChangeLog
   trunk/src/PreferencesDialog.cs

Modified: trunk/src/PreferencesDialog.cs
==============================================================================
--- trunk/src/PreferencesDialog.cs	(original)
+++ trunk/src/PreferencesDialog.cs	Fri Sep 26 11:01:44 2008
@@ -251,14 +251,14 @@
 			categoriesTree.Show ();
 			sw.Add (categoriesTree);
 			sw.Show ();
-			innerSectionVBox.PackStart (sw, false, false, 0);
+			innerSectionVBox.PackStart (sw, true, true, 0);
 			innerSectionVBox.Show ();
 			
 			sectionHBox.PackStart (innerSectionVBox, true, true, 0);
 			sectionHBox.Show ();
 			sectionVBox.PackStart (sectionHBox, true, true, 0);
 			sectionVBox.Show ();
-			vbox.PackStart (sectionVBox, false, false, 0);
+			vbox.PackStart (sectionVBox, true, true, 0);
 			
 			return vbox;
 		}



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