[sound-juicer] Increase default dialog size.



commit 4f1daf9620c7919db40c5aece15f2fcb01107612
Author: Phillip Wood <phillip wood dunelm org uk>
Date:   Thu Jul 5 14:26:18 2012 +0100

    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

 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 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">


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