[Monodevelop-patches-list] r1840 - in trunk/MonoDevelop/src/Main/Base: . Gui/Dialogs
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sat Jun 26 20:40:13 EDT 2004
Author: tberman
Date: 2004-06-26 20:40:13 -0400 (Sat, 26 Jun 2004)
New Revision: 1840
Modified:
trunk/MonoDevelop/src/Main/Base/ChangeLog
trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/DirtyFilesDialog.cs
Log:
layout fixing
Modified: trunk/MonoDevelop/src/Main/Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-06-27 00:39:20 UTC (rev 1839)
+++ trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-06-27 00:40:13 UTC (rev 1840)
@@ -1,3 +1,7 @@
+2004-06-26 Todd Berman <tberman at off.net>
+
+ * Gui/Dialogs/DirtyFilesDialog.cs: small layout fixes.
+
2004-06-26 Lluis Sanchez Gual <lluis at ximian.com>
* Commands/RunCommands.cs, Services/Project/DefaultProjectService.cs,
Modified: trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/DirtyFilesDialog.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/DirtyFilesDialog.cs 2004-06-27 00:39:20 UTC (rev 1839)
+++ trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/DirtyFilesDialog.cs 2004-06-27 00:40:13 UTC (rev 1840)
@@ -78,9 +78,8 @@
sc.Add (tvFiles);
sc.ShadowType = ShadowType.In;
- this.VBox.BorderWidth = 12;
- sc.BorderWidth = 12;
- this.VBox.PackStart (sc);
+ sc.BorderWidth = 6;
+ this.VBox.PackStart (sc, true, true, 6);
btnSaveAndQuit = new Button (GettextCatalog.GetString ("_Save and Quit"));
btnQuit = new Button (Gtk.Stock.Quit);
More information about the Monodevelop-patches-list
mailing list