From 7127fa2c9b2cb8e5409052fa3698fabe9b3070ba Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Wed, 14 Feb 2018 15:05:49 -0600 Subject: If the gauges arent clickable, perhaps they look best with hard edges, matching the master-bus meters in the toolbar. --- gtk2_ardour/ardour_ui2.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/ardour_ui2.cc') diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc index 71d4af10b8..7de82f685e 100644 --- a/gtk2_ardour/ardour_ui2.cc +++ b/gtk2_ardour/ardour_ui2.cc @@ -217,13 +217,16 @@ ARDOUR_UI::repack_transport_hbox () } if (meterbox_spacer.get_parent()) { transport_hbox.remove (meterbox_spacer); + transport_hbox.remove (meterbox_spacer2); } if (UIConfiguration::instance().get_show_editor_meter()) { - transport_hbox.pack_end (editor_meter_table, false, false); transport_hbox.pack_end (meterbox_spacer, false, false, 3); + transport_hbox.pack_end (editor_meter_table, false, false); + transport_hbox.pack_end (meterbox_spacer2, false, false, 3); editor_meter_table.show(); meterbox_spacer.show(); + meterbox_spacer2.show(); } } -- cgit v1.2.3