when selecting one of a set of variable I/O configs for an AudioUnit so that its...
[ardour.git] / libs / gtkmm2ext / prompter.cc
index a9a6d8da969b82fb693e095dbef63ab476dc549c..4c3ff43a73a00fff070a39b59c081c4d217118b1 100644 (file)
@@ -69,8 +69,8 @@ Prompter::init ()
        entryBox.set_homogeneous (false);
        entryBox.set_spacing (5);
        entryBox.set_border_width (10);
-       entryBox.pack_start (entryLabel);
-       entryBox.pack_start (entry, false, false);
+       entryBox.pack_start (entryLabel, false, false);
+       entryBox.pack_start (entry, true, true);
 
        get_vbox()->pack_start (entryBox);
        show_all_children();