From 86a9d45ad072809c06e41e3c10683f0f0ee6a4a6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 6 Feb 2012 23:10:19 +0000 Subject: [PATCH] change radius of inner edge of button joiner, to stimulate much rejoicing throughout the land. git-svn-id: svn://localhost/ardour2/branches/3.0@11463 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/button_joiner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/button_joiner.cc b/gtk2_ardour/button_joiner.cc index a12b35bf51..8df5e1fc4b 100644 --- a/gtk2_ardour/button_joiner.cc +++ b/gtk2_ardour/button_joiner.cc @@ -86,7 +86,7 @@ ButtonJoiner::render (cairo_t* cr) /* inner "edge" */ - Gtkmm2ext::rounded_top_rectangle (cr, 8, 8, get_width() - 16, h - 8, 9); + Gtkmm2ext::rounded_top_rectangle (cr, 8, 8, get_width() - 16, h - 8, 10); cairo_stroke (cr); } -- 2.30.2