summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-30 21:07:43 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-30 21:07:43 +0000
commitd4030cd32a84ea9bbecc0594f4234e482a1c0bb0 (patch)
treec1dde5444da2989a27f8334154a30dbc7029bd8f /gtk2_ardour/route_ui.cc
parent6a5a5b0340c71eeaa09a9cb2e1b676f52c58f89b (diff)
tweak spacings in the mixer strip, tweak tooltip text for input and output buttons
git-svn-id: svn://localhost/ardour2/branches/3.0@10845 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.cc')
-rw-r--r--gtk2_ardour/route_ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc
index e11bf91259..0c4ceab4c3 100644
--- a/gtk2_ardour/route_ui.cc
+++ b/gtk2_ardour/route_ui.cc
@@ -1801,6 +1801,7 @@ RouteUI::setup_invert_buttons ()
_invert_button_box.pack_start (*b);
}
+ _invert_button_box.set_spacing (1);
_invert_button_box.show_all ();
}