Re-arrange Rec/Edit/Mix buttons

* Arrange Edit & Mix to reach the right-edge, stacking
 them the same way, as previous versions for muscle memory.
* Hide preferences window button
This commit is contained in:
Robin Gareus 2021-02-25 14:00:59 +01:00
parent 8985e50672
commit 4521bf9158
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 3 additions and 4 deletions

View File

@ -619,11 +619,10 @@ ARDOUR_UI::setup_transport ()
}
col += MAX_LUA_ACTION_BUTTONS / 2;
transport_table.attach (recorder_visibility_button, TCOL, 0, 1 , FILL, SHRINK, hpadding, vpadding);
transport_table.attach (editor_visibility_button, TCOL, 1, 2 , FILL, SHRINK, hpadding, vpadding);
transport_table.attach (recorder_visibility_button, TCOL, 0, 1 , FILL, SHRINK, hpadding, vpadding);
transport_table.attach (mixer_visibility_button, col, col + 2, 1, 2 , FILL, SHRINK, hpadding, vpadding);
++col;
transport_table.attach (mixer_visibility_button, TCOL, 0, 1 , FILL, SHRINK, hpadding, vpadding);
transport_table.attach (prefs_visibility_button, TCOL, 1, 2 , FILL, SHRINK, hpadding, vpadding);
transport_table.attach (editor_visibility_button, TCOL, 0, 1 , FILL, SHRINK, hpadding, vpadding);
++col;
/* initialize */