summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Wood <phillip.wood@dunelm.org.uk>2014-01-09 19:11:43 +0000
committerPhillip Wood <phillip.wood@dunelm.org.uk>2014-01-22 12:04:38 +0000
commit06d072b548209d69d259672fec46a1d74bbe9aad (patch)
tree592c54becbaeac3ad037f77a6fc17df02ad30c10
parentbf1cbae2ac9b7279ed886f5ecef8b9bc46d23fca (diff)
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
-rw-r--r--data/sound-juicer.ui2
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>