From 86e16e723e48a6687917663545f80b9c8ad20896 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 12 Nov 2012 13:43:12 +0000 Subject: [PATCH] Revert "fix small screen mode width" This reverts commit e963a8dbc1d71aa78bed9407bafd7f8948db9712. git-svn-id: svn://localhost/ardour2/branches/3.0@13449 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index 56187be260..d07ac8794a 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -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);