always compute range for a redirect automation line, even if it will not be drawn...
[ardour.git] / gtk2_ardour / au_pluginui.mm
index a46021f66fd04cd952133b0f65ea18c61ef16a89..205364b34348168f357d2517f71b2f693403516d 100644 (file)
@@ -67,7 +67,8 @@ AUPluginUI::AUPluginUI (boost::shared_ptr<PluginInsert> insert)
 
        HBox* smaller_hbox = manage (new HBox);
 
-       smaller_hbox->pack_start (preset_label, false, false, 10);
+       smaller_hbox->set_spacing (6);
+       smaller_hbox->pack_start (preset_label, false, false, 4);
        smaller_hbox->pack_start (preset_combo, false, false);
        smaller_hbox->pack_start (save_button, false, false);
        smaller_hbox->pack_start (automation_mode_label, false, false);