summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-25 19:55:00 +0200
committerRobin Gareus <robin@gareus.org>2016-04-25 19:55:00 +0200
commitd27f223cd67f071bab51d14ce028d388517a8abd (patch)
tree3522c35eb1f079e45902f843c813f25b6e572bce /gtk2_ardour/location_ui.cc
parente4890b1a859d01141dc6c95c6bd7d9d5a357214b (diff)
tweak location-UI layout (right-align checkboxes & buttons)
Diffstat (limited to 'gtk2_ardour/location_ui.cc')
-rw-r--r--gtk2_ardour/location_ui.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/location_ui.cc b/gtk2_ardour/location_ui.cc
index 842d5cb1fb..1d54622c93 100644
--- a/gtk2_ardour/location_ui.cc
+++ b/gtk2_ardour/location_ui.cc
@@ -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);