don't hide the "auto" box transport bar buttons (sync, auto-return etc) if the screen is small

git-svn-id: svn://localhost/ardour2/branches/3.0@11197 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2012-01-08 17:14:31 +00:00
parent 985946b1a1
commit dfaac539bb

View File

@@ -401,10 +401,8 @@ ARDOUR_UI::setup_transport ()
auto_box->pack_start (sync_button, false, false);
auto_box->pack_start (auto_play_button, false, false);
auto_box->pack_start (auto_return_button, false, false);
if (!Profile->get_small_screen()) {
transport_tearoff_hbox.pack_start (*auto_box, false, false);
}
transport_tearoff_hbox.pack_start (*auto_box, false, false);
transport_tearoff_hbox.pack_start (*clock_box, false, false);
transport_tearoff_hbox.pack_start (click_button, false, false);