diff options
author | Phillip Wood <phillip.wood@dunelm.org.uk> | 2014-01-09 19:11:43 +0000 |
---|---|---|
committer | Phillip Wood <phillip.wood@dunelm.org.uk> | 2014-01-22 12:04:38 +0000 |
commit | 06d072b548209d69d259672fec46a1d74bbe9aad (patch) | |
tree | 592c54becbaeac3ad037f77a6fc17df02ad30c10 | |
parent | bf1cbae2ac9b7279ed886f5ecef8b9bc46d23fca (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.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> |