summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXButton.c
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)
commit7d13b808151fa7b1fff9754f24f5f32739f5950b (patch)
treeb8d7b113c2189197ce6e2d87fa8dc2a12957d70f /macosx/tkMacOSXButton.c
parent1124a94e8e8611be5969a5e663767245a4a8cf35 (diff)
downloadtk-7d13b808151fa7b1fff9754f24f5f32739f5950b.zip
tk-7d13b808151fa7b1fff9754f24f5f32739f5950b.tar.gz
tk-7d13b808151fa7b1fff9754f24f5f32739f5950b.tar.bz2
Further refinement of button metrics in Cocoa
Diffstat (limited to 'macosx/tkMacOSXButton.c')
-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;
}
}