13
0

fix small screen mode width

git-svn-id: svn://localhost/ardour2/branches/3.0@13448 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus 2012-11-12 13:31:13 +00:00
parent 086e2613c4
commit e3a010ff69

View File

@ -3028,7 +3028,7 @@ Editor::setup_toolbar ()
toolbar_hbox.pack_start (*_tools_tearoff, false, false);
hbox->pack_start (snap_box, false, false);
if (!Profile->get_small_screen()) {
if (Profile->get_small_screen()) {
hbox->pack_start (*nudge_box, false, false);
} else {
ARDOUR_UI::instance()->editor_transport_box().pack_start (*nudge_box, false, false);