summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_ed.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-14 18:26:10 +0100
committerRobin Gareus <robin@gareus.org>2015-03-14 18:28:36 +0100
commitfe7dd8d862bc766333b1c66d1b3cf69bf3bbdbf0 (patch)
tree378f177fc4236a1f8de666b372b01651a9b6f9a2 /gtk2_ardour/ardour_ui_ed.cc
parent83babb8a52a80b71d971817fd0a90df90c31045d (diff)
tweak status-bar spacing
Diffstat (limited to 'gtk2_ardour/ardour_ui_ed.cc')
-rw-r--r--gtk2_ardour/ardour_ui_ed.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui_ed.cc b/gtk2_ardour/ardour_ui_ed.cc
index d011ad2b95..e45262526c 100644
--- a/gtk2_ardour/ardour_ui_ed.cc
+++ b/gtk2_ardour/ardour_ui_ed.cc
@@ -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);