[banshee] [BansheeDialog] increase border width



commit 32cce24f2474325de07087c653811626d05bcba1
Author: Aaron Bockover <abockover novell com>
Date:   Sun Feb 7 14:52:02 2010 -0500

    [BansheeDialog] increase border width

 .../Banshee.Gui.Dialogs/BansheeDialog.cs           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/BansheeDialog.cs b/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/BansheeDialog.cs
index b1291f3..1aca296 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/BansheeDialog.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/BansheeDialog.cs
@@ -48,7 +48,7 @@ namespace Banshee.Gui.Dialogs
         public BansheeDialog (string title, Window parent) : base ()
         {
             Title = title;
-            BorderWidth = 5;
+            BorderWidth = 12;
             Visible = false;
             HasSeparator = false;
 



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