change radius of inner edge of button joiner, to stimulate much rejoicing throughout...
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 6 Feb 2012 23:10:19 +0000 (23:10 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 6 Feb 2012 23:10:19 +0000 (23:10 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11463 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/button_joiner.cc

index a12b35bf512c18a0f85768d50a23a554767d7b84..8df5e1fc4be0ee8943d672a46fdc6387a94f053b 100644 (file)
@@ -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);
 
 }