13
0

tweak ardour button radius down to 5 pixels from 9

git-svn-id: svn://localhost/ardour2/branches/3.0@11715 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-03-16 18:27:48 +00:00
parent b80b15afea
commit ab87cad1ec

View File

@ -56,7 +56,7 @@ ArdourButton::ArdourButton (Element e)
, _text_width (0)
, _text_height (0)
, _diameter (11.0)
, _corner_radius (9.0)
, _corner_radius (5.0)
, _corner_mask (0xf)
, edge_pattern (0)
, active_pattern (0)