diff options
author | Kevin Walzer <kw@codebykevin.com> | 2015-02-12 01:38:03 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2015-02-12 01:38:03 (GMT) |
commit | 74f7599bcee8085dc884a0f25d7c60fe35bee837 (patch) | |
tree | 2050dd1d43575dc1470b4da609a0099c9231e0d1 /macosx | |
parent | 7ccee22b6323ecfb8dc604c462d7f243759b961d (diff) | |
download | tk-74f7599bcee8085dc884a0f25d7c60fe35bee837.zip tk-74f7599bcee8085dc884a0f25d7c60fe35bee837.tar.gz tk-74f7599bcee8085dc884a0f25d7c60fe35bee837.tar.bz2 |
Further refinement of checkbutton 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 40780a6..5cdfb3c 100644 --- a/macosx/tkMacOSXButton.c +++ b/macosx/tkMacOSXButton.c @@ -305,7 +305,7 @@ TkpComputeButtonGeometry( break; case TYPE_CHECK_BUTTON: width = butPtr->width; - width +=0; + width +=50; break; case TYPE_BUTTON: width = butPtr->width; |