[banshee/gtk3] SeekDialog: Make the stream position label visible again



commit aba31705d7ab0a85f66cf909e00527329fbfb8e3
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sun Jul 31 20:06:52 2011 +0200

    SeekDialog: Make the stream position label visible again

 .../Banshee.Gui.Dialogs/SeekDialog.cs              |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/SeekDialog.cs b/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/SeekDialog.cs
index 42fc5f0..95dab11 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/SeekDialog.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/SeekDialog.cs
@@ -47,10 +47,11 @@ namespace Banshee.Gui.Dialogs
             seek_slider.StreamPositionLabel.FormatString = "<big>{0}</big>";
             seek_slider.ShowAll ();
 
-            VBox.PackStart (seek_slider, false, false, 0);
+            VBox.PackStart (seek_slider, true, true, 0);
             AddDefaultCloseButton ();
 
-            SetSizeRequest (300, -1);
+            // FIXME: We shouldn't have to set a minimum height here
+            SetSizeRequest (300, 120);
         }
     }
 }



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