summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Wood <phillip.wood@dunelm.org.uk>2012-07-05 14:26:18 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2013-06-19 17:55:09 +0200
commit4f1daf9620c7919db40c5aece15f2fcb01107612 (patch)
tree335b231964668bff801b347dd938da0a252a326f
parentb100c8e17055f4877be740b34f7a61f7a704aa2e (diff)
Increase default dialog size.
Left to its own devices the multiple releases dialog's default size is too small to display all the information for two albums without scrolling. https://bugzilla.gnome.org/show_bug.cgi?id=674926
-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 c9a8342..7bbb200 100644
--- a/data/sound-juicer.ui
+++ b/data/sound-juicer.ui
@@ -468,6 +468,8 @@ audio-volume-medium</property>
<object class="GtkDialog" id="multiple_dialog">
<property name="border_width">5</property>
<property name="title" translatable="yes">Multiple Albums Found</property>
+ <property name="default_width">540</property>
+ <property name="default_height">325</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox2">