[sound-juicer] Fix multiple album dialog



commit 06d072b548209d69d259672fec46a1d74bbe9aad
Author: Phillip Wood <phillip wood dunelm org uk>
Date:   Thu Jan 9 19:11:43 2014 +0000

    Fix multiple album dialog
    
    Set expand to true on the scroll view and tree view so they fill the
    dialog box.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721885

 data/sound-juicer.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/sound-juicer.ui b/data/sound-juicer.ui
index 4f8bc32..33ada5b 100644
--- a/data/sound-juicer.ui
+++ b/data/sound-juicer.ui
@@ -514,10 +514,12 @@ audio-volume-medium</property>
                 <property name="hscrollbar_policy">automatic</property>
                 <property name="vscrollbar_policy">automatic</property>
                 <property name="shadow_type">in</property>
+                <property name="expand">True</property>
                 <child>
                   <object class="GtkTreeView" id="albums_listview">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
+                    <property name="expand">True</property>
                   </object>
                 </child>
               </object>


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