fix table layout typo
authorRobin Gareus <robin@gareus.org>
Sun, 18 Dec 2016 21:59:17 +0000 (22:59 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 18 Dec 2016 21:59:17 +0000 (22:59 +0100)
gtk2_ardour/ardour_ui2.cc

index a97303605ede7bfbdc22e784d51aabe1b5537c89..60794183b29df75baeeb084696476d8b9ae50021 100644 (file)
@@ -460,7 +460,7 @@ ARDOUR_UI::setup_transport ()
        /* and the main table layout */
 
        transport_table.attach (*tbox, 0, 2, 0, 1 , SHRINK, SHRINK, 0, 0);
-       transport_table.attach (sync_button, 0, 1, 1, 2 , FILL, SHRINK, 0, 0);
+       transport_table.attach (sync_button, 0, 1, 1, 2 , SHRINK, SHRINK, 0, 0);
        transport_table.attach (*shuttle_box, 1, 2, 1, 2 , FILL, SHRINK, 3, 0);
 
        //spacer