summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dialogs.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-14 15:05:49 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-14 15:05:49 -0600
commit7127fa2c9b2cb8e5409052fa3698fabe9b3070ba (patch)
tree72fc8942bcf348ae143b7a21089c02ea74ecb766 /gtk2_ardour/ardour_ui_dialogs.cc
parentc206fa98a1be56678b05bbc728602a859686591b (diff)
If the gauges arent clickable, perhaps they look best with hard edges, matching the master-bus meters in the toolbar.
Diffstat (limited to 'gtk2_ardour/ardour_ui_dialogs.cc')
-rw-r--r--gtk2_ardour/ardour_ui_dialogs.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui_dialogs.cc b/gtk2_ardour/ardour_ui_dialogs.cc
index 8a3b9d1722..eb91e7093f 100644
--- a/gtk2_ardour/ardour_ui_dialogs.cc
+++ b/gtk2_ardour/ardour_ui_dialogs.cc
@@ -238,6 +238,7 @@ ARDOUR_UI::set_session (Session *s)
editor_meter->ButtonPress.connect_same_thread (editor_meter_connection, boost::bind (&ARDOUR_UI::editor_meter_button_press, this, _1));
editor_meter_table.set_homogeneous(true);
+ editor_meter_table.set_spacings(3);
editor_meter_table.attach(*editor_meter, 0,1, 0,2, SHRINK, EXPAND);
editor_meter_table.attach(editor_meter_peak_display, 0,1, 2,3, EXPAND|FILL, EXPAND|FILL);