Tweak packing to line-up button edges with transport toolbar.
authorBen Loftis <ben@harrisonconsoles.com>
Fri, 16 Feb 2018 20:48:26 +0000 (14:48 -0600)
committerBen Loftis <ben@harrisonconsoles.com>
Sat, 17 Feb 2018 15:24:15 +0000 (09:24 -0600)
gtk2_ardour/editor.cc

index 15bd13f5295bf3898528c41381e62e747e11f527..be2e6b719d4ea6b46e6ea0bba1ea8bd64b719652 100644 (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);