Tweak packing to line-up button edges with transport toolbar.

This commit is contained in:
Ben Loftis
2018-02-16 14:48:26 -06:00
parent f91f360ae0
commit 710066d317

View File

@@ -3078,7 +3078,7 @@ Editor::setup_toolbar ()
//zoom tools on right ege
toolbar_hbox.pack_end (_zoom_box, false, false);
toolbar_hbox.pack_end (_zoom_box, false, false, 2);
toolbar_hbox.pack_end (*(manage (new ArdourVSpacer ())), false, false, 3);