summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-07-30 18:51:45 -0400
committerDavid Robillard <d@drobilla.net>2014-07-30 18:51:45 -0400
commitc5856428d8881a78512dcb81fa9d79e39f09b91c (patch)
tree8f15b8d87d7dc6b9722d23404c33393f4099be30 /gtk2_ardour
parentb75b88a1eb881d9c95fcea5b50346fac09bc7302 (diff)
Add 1px border to mixer strip so buttons don't overlap selection border.
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/mixer_strip.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index ae2a1bef3b..65008b12ae 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -291,7 +291,7 @@ MixerStrip::init ()
_comment_button.signal_clicked.connect (sigc::mem_fun (*this, &RouteUI::toggle_comment_editor));
Gtkmm2ext::set_size_request_to_display_given_text_width (_comment_button, "Cmt", 2, _button_vpad);
- global_vpacker.set_border_width (0);
+ global_vpacker.set_border_width (1);
global_vpacker.set_spacing (0);
width_button.set_name ("mixer strip button");