mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
tweak location-UI layout (right-align checkboxes & buttons)
This commit is contained in:
parent
e4890b1a85
commit
d27f223cd6
1 changed files with 2 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ LocationEditRow::set_location (Location *loc)
|
|||
remove_button.hide ();
|
||||
|
||||
if (!name_label.get_parent()) {
|
||||
item_table.attach (name_label, 2, 3, 0, 1, FILL, FILL, 4, 0);
|
||||
item_table.attach (name_label, 2, 3, 0, 1, EXPAND|FILL, FILL, 4, 0);
|
||||
}
|
||||
|
||||
name_label.show();
|
||||
|
|
@ -761,6 +761,7 @@ LocationUI::LocationUI ()
|
|||
loop_edit_row.set_clock_group (*_clock_group);
|
||||
punch_edit_row.set_clock_group (*_clock_group);
|
||||
|
||||
loop_punch_box.set_border_width (6); // 5 + 1 px framebox-border
|
||||
loop_punch_box.pack_start (loop_edit_row, false, false);
|
||||
loop_punch_box.pack_start (punch_edit_row, false, false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue