[rhythmbox] sync: make sync settings expand, rather than sync state



commit 589a715b56b72bd82a192e10c279900fdf47e06a
Author: Jonathan Matthew <jonathan d14n org>
Date:   Mon Jun 29 21:14:23 2015 +1000

    sync: make sync settings expand, rather than sync state
    
    Sync settings can actually use the extra space and sync state can't.
    Also set a height request on the sync settings container so it will
    always be visible to some extent.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751630

 data/ui/media-player-properties.ui |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/media-player-properties.ui b/data/ui/media-player-properties.ui
index dfa07c3..cba03ce 100644
--- a/data/ui/media-player-properties.ui
+++ b/data/ui/media-player-properties.ui
@@ -151,6 +151,7 @@
                 <property name="orientation">vertical</property>
                 <child>
                   <object class="GtkFrame" id="frame4">
+                    <property name="height_request">200</property>
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="label_xalign">0</property>
@@ -171,7 +172,7 @@
                             </child>
                           </object>
                           <packing>
-                            <property name="expand">False</property>
+                            <property name="expand">True</property>
                             <property name="fill">True</property>
                             <property name="position">0</property>
                           </packing>
@@ -190,7 +191,7 @@
                     </child>
                   </object>
                   <packing>
-                    <property name="expand">False</property>
+                    <property name="expand">True</property>
                     <property name="fill">True</property>
                     <property name="position">0</property>
                   </packing>
@@ -252,7 +253,7 @@
             </child>
           </object>
           <packing>
-            <property name="expand">False</property>
+            <property name="expand">True</property>
             <property name="fill">True</property>
             <property name="position">1</property>
           </packing>


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