mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
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:
parent
086e2613c4
commit
e3a010ff69
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue