summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-02-25 13:12:09 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-25 13:12:09 -0500
commit22d0b068891d21e26db0081c2fc468ee8e60dced (patch)
tree43806c0ee75adf03828154894375bf0cc7c852f6 /gtk2_ardour/mixer_ui.cc
parente5ca1711bcf88eb095a011e9ce6ff492f2a92e13 (diff)
fix packing of "outpacker" in mixer view
Diffstat (limited to 'gtk2_ardour/mixer_ui.cc')
-rw-r--r--gtk2_ardour/mixer_ui.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/gtk2_ardour/mixer_ui.cc b/gtk2_ardour/mixer_ui.cc
index fc2af3265d..a7268c9987 100644
--- a/gtk2_ardour/mixer_ui.cc
+++ b/gtk2_ardour/mixer_ui.cc
@@ -229,13 +229,7 @@ Mixer_UI::Mixer_UI ()
list_vpacker.pack_start (rhs_pane2, true, true);
global_hpacker.pack_start (scroller, true, true);
-
-#ifdef __APPLE__
- /* current gtk-quartz has dirty updates on borders like this one */
- global_hpacker.pack_start (out_packer, false, false, 0);
-#else
- global_hpacker.pack_start (out_packer, false, false, 12);
-#endif
+ global_hpacker.pack_start (out_packer, false, false);
list_hpane.pack1(list_vpacker, false, true);
list_hpane.pack2(global_hpacker, true, false);