diff options
author | Kevin Walzer <kw@codebykevin.com> | 2015-02-12 01:56:47 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2015-02-12 01:56:47 (GMT) |
commit | 1124a94e8e8611be5969a5e663767245a4a8cf35 (patch) | |
tree | c7c74a4f23ea79c6758131a1c2f979befcc4a92d /macosx | |
parent | c488ffdd003a1a7a79a57622fb19e992b0350e6c (diff) | |
download | tk-1124a94e8e8611be5969a5e663767245a4a8cf35.zip tk-1124a94e8e8611be5969a5e663767245a4a8cf35.tar.gz tk-1124a94e8e8611be5969a5e663767245a4a8cf35.tar.bz2 |
Further refinement of button metrics in Cocoa
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXButton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXButton.c b/macosx/tkMacOSXButton.c index 5cdfb3c..117d77c 100644 --- a/macosx/tkMacOSXButton.c +++ b/macosx/tkMacOSXButton.c @@ -309,7 +309,7 @@ TkpComputeButtonGeometry( break; case TYPE_BUTTON: width = butPtr->width; - width += 0; + width += 30; break; } } |