mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
fix table layout typo
This commit is contained in:
parent
27415486fc
commit
2cb9f4167a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue