summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2015-02-12 02:52:59 (GMT)
committerKevin Walzer <kw@codebykevin.com>2015-02-12 02:52:59 (GMT)
commite162103b63087b9a3d1fbea4c87d8d247468cdbe (patch)
tree2050dd1d43575dc1470b4da609a0099c9231e0d1
parentc9b407707ffd86f9d065636e2792bafbc51c0ee7 (diff)
downloadtk-e162103b63087b9a3d1fbea4c87d8d247468cdbe.zip
tk-e162103b63087b9a3d1fbea4c87d8d247468cdbe.tar.gz
tk-e162103b63087b9a3d1fbea4c87d8d247468cdbe.tar.bz2
Further refinement of button metrics in Cocoa
-rw-r--r--macosx/tkMacOSXButton.c2
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;
}
}