diff options
author | Kevin Walzer <kw@codebykevin.com> | 2015-02-12 01:56:28 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2015-02-12 01:56:28 (GMT) |
commit | 0fbb8acc98156cf4e37dd61a8b5b0e5a53166d7d (patch) | |
tree | 0775369376b1100a1085c7ee41cd8c3e87d09bd0 /macosx/tkMacOSXButton.c | |
parent | 5e99e8f1798e3e4e6e44876a1a8f3accf103cb40 (diff) | |
download | tk-0fbb8acc98156cf4e37dd61a8b5b0e5a53166d7d.zip tk-0fbb8acc98156cf4e37dd61a8b5b0e5a53166d7d.tar.gz tk-0fbb8acc98156cf4e37dd61a8b5b0e5a53166d7d.tar.bz2 |
Further refinement of button metrics in Cocoa
Diffstat (limited to 'macosx/tkMacOSXButton.c')
-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 a88cad0..5763e5f 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; } } |