tweak status-bar spacing
authorRobin Gareus <robin@gareus.org>
Sat, 14 Mar 2015 17:26:10 +0000 (18:26 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 14 Mar 2015 17:28:36 +0000 (18:28 +0100)
gtk2_ardour/ardour_ui2.cc
gtk2_ardour/ardour_ui_ed.cc

index 950cadc382c48198c438bf820e89107d3eaca991..e5fdc20423015b97ca428f87298de1ce43f4fe85 100644 (file)
@@ -106,7 +106,7 @@ ARDOUR_UI::setup_windows ()
        status_bar_event_box->signal_button_press_event().connect (mem_fun (*this, &ARDOUR_UI::status_bar_button_press));
 
        editor->get_status_bar_packer().pack_start (*status_bar_packer, true, true);
-       editor->get_status_bar_packer().pack_start (menu_bar_base, false, false, 6);
+       editor->get_status_bar_packer().pack_start (menu_bar_base, false, false, 2);
 #else
        top_packer.pack_start (menu_bar_base, false, false);
 #endif
index d011ad2b95a145bd4234e622420ac71f802854f8..e45262526c66cc0ad63e7c5df4807a21df544fdf 100644 (file)
@@ -527,7 +527,7 @@ ARDOUR_UI::build_menu_bar ()
        hbox->pack_end (timecode_format_label, false, false, 4);
        hbox->pack_end (format_label, false, false, 4);
 
-       menu_hbox.pack_end (*ev, false, false, 6);
+       menu_hbox.pack_end (*ev, false, false, 2);
 
        menu_bar_base.set_name ("MainMenuBar");
        menu_bar_base.add (menu_hbox);