[tomboy] Clean up spacing around Notebook in PreferencesDialog



commit 16a6f8c0135afd4c2bd2864d12d6fae251f71247
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Mon Aug 10 10:21:34 2009 -0700

    Clean up spacing around Notebook in PreferencesDialog

 Tomboy/PreferencesDialog.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/Tomboy/PreferencesDialog.cs b/Tomboy/PreferencesDialog.cs
index 7f20135..2792dd2 100644
--- a/Tomboy/PreferencesDialog.cs
+++ b/Tomboy/PreferencesDialog.cs
@@ -61,7 +61,6 @@ namespace Tomboy
 			Resizable = true;
 			Title = Catalog.GetString ("Tomboy Preferences");
 
-			VBox.Spacing = 5;
 			ActionArea.Layout = Gtk.ButtonBoxStyle.End;
 
 			addin_prefs_dialogs =
@@ -73,7 +72,6 @@ namespace Tomboy
 
 			Gtk.Notebook notebook = new Gtk.Notebook ();
 			notebook.TabPos = Gtk.PositionType.Top;
-			notebook.BorderWidth = 5;
 			notebook.Show ();
 
 			notebook.AppendPage (MakeEditingPane (),



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