Add a little spacing to the generic plugin UI.
git-svn-id: svn://localhost/ardour2/branches/3.0@8192 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5546fa38fc
commit
610656f448
@ -83,6 +83,7 @@ GenericPluginUI::GenericPluginUI (boost::shared_ptr<PluginInsert> pi, bool scrol
|
|||||||
|
|
||||||
HBox* constraint_hbox = manage (new HBox);
|
HBox* constraint_hbox = manage (new HBox);
|
||||||
HBox* smaller_hbox = manage (new HBox);
|
HBox* smaller_hbox = manage (new HBox);
|
||||||
|
smaller_hbox->set_spacing (4);
|
||||||
Label* combo_label = manage (new Label (_("<span size=\"large\">Presets</span>")));
|
Label* combo_label = manage (new Label (_("<span size=\"large\">Presets</span>")));
|
||||||
combo_label->set_use_markup (true);
|
combo_label->set_use_markup (true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user