tweak status-bar spacing

This commit is contained in:
Robin Gareus 2015-03-14 18:26:10 +01:00
parent 83babb8a52
commit fe7dd8d862
2 changed files with 2 additions and 2 deletions

View 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)); 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 (*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 #else
top_packer.pack_start (menu_bar_base, false, false); top_packer.pack_start (menu_bar_base, false, false);
#endif #endif

View file

@ -527,7 +527,7 @@ ARDOUR_UI::build_menu_bar ()
hbox->pack_end (timecode_format_label, false, false, 4); hbox->pack_end (timecode_format_label, false, false, 4);
hbox->pack_end (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.set_name ("MainMenuBar");
menu_bar_base.add (menu_hbox); menu_bar_base.add (menu_hbox);