summaryrefslogtreecommitdiff
path: root/gtk2_ardour/button_joiner.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-02-06 23:10:19 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-02-06 23:10:19 +0000
commit86a9d45ad072809c06e41e3c10683f0f0ee6a4a6 (patch)
tree19ac81582ba255c5c6489011d199cad78f2f0d49 /gtk2_ardour/button_joiner.cc
parentb46dfe726aa3df9534372fdad61e000cd83b518d (diff)
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
Diffstat (limited to 'gtk2_ardour/button_joiner.cc')
-rw-r--r--gtk2_ardour/button_joiner.cc2
1 files changed, 1 insertions, 1 deletions
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);
}