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-04-10 15:26:24 +0200
commitaf8482084631e8056df04781a9cc5c0dffb2f718 (patch)
treeb1216e22f5f4413b6e9caa3a3f8a15682597a742
parentddcbf789eec7f78a6f72a4abed594ad3ead7d441 (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">