diff options
author | Kevin Walzer <kw@codebykevin.com> | 2015-02-12 02:52:59 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2015-02-12 02:52:59 (GMT) |
commit | 7d13b808151fa7b1fff9754f24f5f32739f5950b (patch) | |
tree | b8d7b113c2189197ce6e2d87fa8dc2a12957d70f | |
parent | 1124a94e8e8611be5969a5e663767245a4a8cf35 (diff) | |
download | tk-7d13b808151fa7b1fff9754f24f5f32739f5950b.zip tk-7d13b808151fa7b1fff9754f24f5f32739f5950b.tar.gz tk-7d13b808151fa7b1fff9754f24f5f32739f5950b.tar.bz2 |
Further refinement of button metrics in Cocoa
-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 117d77c..5cdfb3c 100644 --- a/macosx/tkMacOSXButton.c +++ b/macosx/tkMacOSXButton.c @@ -309,7 +309,7 @@ TkpComputeButtonGeometry( break; case TYPE_BUTTON: width = butPtr->width; - width += 30; + width += 0; break; } } |