summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-04-03 14:25:32 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-04-03 14:25:32 -0600
commit8a1f1a300579d033e0ddaa9a1fade52ebbd92120 (patch)
tree72301a5a4c6899ac052396ee0968fb1ce5908c5e /gtk2_ardour/automation_time_axis.cc
parent626d97b13ae4226b4a024f9de68ee1450a682389 (diff)
remove border around ATAV controls table (looks better with new theme)
Diffstat (limited to 'gtk2_ardour/automation_time_axis.cc')
-rw-r--r--gtk2_ardour/automation_time_axis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc
index 508c42faa5..79f6a5cae6 100644
--- a/gtk2_ardour/automation_time_axis.cc
+++ b/gtk2_ardour/automation_time_axis.cc
@@ -230,7 +230,7 @@ AutomationTimeAxisView::AutomationTimeAxisView (
name_label.set_size_request (floor (50.0 * UIConfiguration::instance().get_ui_scale()), -1);
/* add the buttons */
- controls_table.set_border_width (1);
+ controls_table.set_border_width (0);
controls_table.attach (hide_button, 1, 2, 0, 1, Gtk::SHRINK, Gtk::SHRINK, 0, 0);
controls_table.attach (name_label, 2, 3, 1, 3, Gtk::FILL|Gtk::EXPAND, Gtk::FILL|Gtk::EXPAND, 2, 0);
controls_table.attach (auto_dropdown, 3, 4, 2, 3, Gtk::SHRINK, Gtk::SHRINK, 0, 0);