[rhythmbox] prefs: don't let the prefs vboxes fill the dialog space



commit 4cdaeafbf560b3ced61a24bb761f6deaf595b2aa
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sun Jan 8 16:11:20 2012 +1000

    prefs: don't let the prefs vboxes fill the dialog space
    
    Use ALIGN_START instead, so the vboxes in the preferences don't get
    squashed up in the whole dialog space and stay top-aligned.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=652488

 data/ui/general-prefs.ui  |    1 +
 data/ui/library-prefs.ui  |    1 +
 data/ui/playback-prefs.ui |    1 +
 data/ui/podcast-prefs.ui  |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/general-prefs.ui b/data/ui/general-prefs.ui
index c0a9d4f..2d800af 100644
--- a/data/ui/general-prefs.ui
+++ b/data/ui/general-prefs.ui
@@ -33,6 +33,7 @@
     <property name="border_width">12</property>
     <property name="orientation">vertical</property>
     <property name="spacing">18</property>
+    <property name="valign">start</property>
     <child>
       <object class="GtkVBox" id="vbox14">
         <property name="visible">True</property>
diff --git a/data/ui/library-prefs.ui b/data/ui/library-prefs.ui
index d6dece9..4318ad0 100644
--- a/data/ui/library-prefs.ui
+++ b/data/ui/library-prefs.ui
@@ -6,6 +6,7 @@
     <property name="can_focus">False</property>
     <property name="border_width">12</property>
     <property name="spacing">18</property>
+    <property name="valign">start</property>
     <child>
       <object class="GtkVBox" id="vbox11">
         <property name="visible">True</property>
diff --git a/data/ui/playback-prefs.ui b/data/ui/playback-prefs.ui
index 3397ec9..2cb13e3 100644
--- a/data/ui/playback-prefs.ui
+++ b/data/ui/playback-prefs.ui
@@ -19,6 +19,7 @@
     <property name="border_width">12</property>
     <property name="orientation">vertical</property>
     <property name="spacing">18</property>
+    <property name="valign">start</property>
     <child>
       <object class="GtkVBox" id="vbox3">
         <property name="visible">True</property>
diff --git a/data/ui/podcast-prefs.ui b/data/ui/podcast-prefs.ui
index 21f269a..3bb6b05 100644
--- a/data/ui/podcast-prefs.ui
+++ b/data/ui/podcast-prefs.ui
@@ -7,6 +7,7 @@
     <property name="border_width">12</property>
     <property name="orientation">vertical</property>
     <property name="spacing">18</property>
+    <property name="valign">start</property>
     <child>
       <object class="GtkVBox" id="vbox9">
         <property name="visible">True</property>



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