13
0

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
This commit is contained in:
Paul Davis 2012-02-06 23:10:19 +00:00
parent b46dfe726a
commit 86a9d45ad0

View 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);
}