[banshee] Remove just-added import dialog WidthRequest



commit 520658a56799d3f7c916ac9a718053149648773e
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Oct 27 14:24:50 2009 -0700

    Remove just-added import dialog WidthRequest

 .../Banshee.Library.Gui/ImportDialog.cs            |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Library.Gui/ImportDialog.cs b/src/Core/Banshee.ThickClient/Banshee.Library.Gui/ImportDialog.cs
index 118b8f2..67d68fc 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Library.Gui/ImportDialog.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Library.Gui/ImportDialog.cs
@@ -61,7 +61,6 @@ namespace Banshee.Library.Gui
                 Dialog.TransientFor = ServiceManager.Get<GtkElementsService> ().PrimaryWindow;
             }
             
-            Dialog.WidthRequest = 400;
             Dialog.WindowPosition = WindowPosition.CenterOnParent;
             Dialog.AddAccelGroup (accel_group);
             Dialog.DefaultResponse = ResponseType.Ok;



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