summaryrefslogtreecommitdiff
path: root/gtk2_ardour/monitor_section.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/monitor_section.cc')
-rw-r--r--gtk2_ardour/monitor_section.cc25
1 files changed, 10 insertions, 15 deletions
diff --git a/gtk2_ardour/monitor_section.cc b/gtk2_ardour/monitor_section.cc
index b31eeea295..6d2fdbb677 100644
--- a/gtk2_ardour/monitor_section.cc
+++ b/gtk2_ardour/monitor_section.cc
@@ -497,23 +497,18 @@ MonitorSection::set_session (Session* s)
MonitorSection::ChannelButtonSet::ChannelButtonSet ()
{
- cut.set_diameter (3);
- dim.set_diameter (3);
- solo.set_diameter (3);
- invert.set_diameter (3);
-
- cut.set_name (X_("monitor section cut"));
- dim.set_name (X_("monitor section dim"));
- solo.set_name (X_("monitor section solo"));
- invert.set_name (X_("monitor section invert"));
-
- cut.unset_flags (Gtk::CAN_FOCUS);
- dim.unset_flags (Gtk::CAN_FOCUS);
- solo.unset_flags (Gtk::CAN_FOCUS);
- invert.unset_flags (Gtk::CAN_FOCUS);
+ cut.set_name (X_("monitor section cut"));
+ dim.set_name (X_("monitor section dim"));
+ solo.set_name (X_("monitor section solo"));
+ invert.set_name (X_("monitor section invert"));
+
+ cut.unset_flags (Gtk::CAN_FOCUS);
+ dim.unset_flags (Gtk::CAN_FOCUS);
+ solo.unset_flags (Gtk::CAN_FOCUS);
+ invert.unset_flags (Gtk::CAN_FOCUS);
}
-void
+ void
MonitorSection::populate_buttons ()
{
if (!_monitor) {