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
This commit is contained in:
Paul Davis 2011-11-30 21:07:43 +00:00
parent 6a5a5b0340
commit d4030cd32a
2 changed files with 7 additions and 5 deletions

View file

@ -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 ();
}