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 | e162103b63087b9a3d1fbea4c87d8d247468cdbe (patch) | |
tree | 2050dd1d43575dc1470b4da609a0099c9231e0d1 | |
parent | c9b407707ffd86f9d065636e2792bafbc51c0ee7 (diff) | |
download | tk-e162103b63087b9a3d1fbea4c87d8d247468cdbe.zip tk-e162103b63087b9a3d1fbea4c87d8d247468cdbe.tar.gz tk-e162103b63087b9a3d1fbea4c87d8d247468cdbe.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; } } |