mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
triggerbox: add some padding around button elements (mostly just testing)
This commit is contained in:
parent
473ef54614
commit
5816ca31b8
1 changed files with 3 additions and 3 deletions
|
|
@ -106,9 +106,9 @@ TriggerUI::TriggerUI (Item* parent, Trigger& t)
|
|||
const double scale = UIConfiguration::instance().get_ui_scale();
|
||||
const Distance spacing = 12. * scale;
|
||||
|
||||
attach (follow_action_button, { 0, 0 }, { 2, 1 }, PackExpand, PackExpand);
|
||||
attach (follow_left, { 0, 1 }, { 1, 2 }, PackExpand, PackExpand);
|
||||
attach (follow_right, { 1, 1 }, { 2, 2 }, PackExpand, PackExpand);
|
||||
attach (follow_action_button, { 0, 0 }, { 2, 1 }, PackExpand, PackExpand, { 10 });
|
||||
attach (follow_left, { 0, 1 }, { 1, 2 }, PackExpand, PackExpand, { 10 });
|
||||
attach (follow_right, { 1, 1 }, { 2, 2 }, PackExpand, PackExpand, { 10 });
|
||||
|
||||
trigger_changed ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue