transport option buttons should expand to fill space.
authorRobin Gareus <robin@gareus.org>
Thu, 4 Sep 2014 21:16:48 +0000 (23:16 +0200)
committerRobin Gareus <robin@gareus.org>
Thu, 4 Sep 2014 21:16:48 +0000 (23:16 +0200)
gtk2_ardour/ardour_ui2.cc

index 13ef3e2684c8e55f405be69a2523ea611ff7970b..5e1522e5385795b83a3ccdf2f13e6f2aa4097b5c 100644 (file)
@@ -420,10 +420,10 @@ ARDOUR_UI::setup_transport ()
        VBox* auto_box = manage (new VBox);
        auto_box->set_homogeneous (true);
        auto_box->set_spacing (2);
-       auto_box->pack_start (sync_button, false, false);
+       auto_box->pack_start (sync_button, true, true);
        if (!ARDOUR::Profile->get_trx()) {
-               auto_box->pack_start (follow_edits_button, false, false);
-               auto_box->pack_start (auto_return_button, false, false);
+               auto_box->pack_start (follow_edits_button, true, true);
+               auto_box->pack_start (auto_return_button, true, true);
        }
 
        if (!ARDOUR::Profile->get_trx()) {