summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2015-02-12 01:56:47 (GMT)
committerKevin Walzer <kw@codebykevin.com>2015-02-12 01:56:47 (GMT)
commitc93366da37577c77322f5fa280782c74d7d99548 (patch)
treec7c74a4f23ea79c6758131a1c2f979befcc4a92d /macosx
parent58506f2c327ccd16f80e8529fad19737729064c2 (diff)
downloadtk-c93366da37577c77322f5fa280782c74d7d99548.zip
tk-c93366da37577c77322f5fa280782c74d7d99548.tar.gz
tk-c93366da37577c77322f5fa280782c74d7d99548.tar.bz2
Further refinement of button metrics in Cocoa
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXButton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXButton.c b/macosx/tkMacOSXButton.c
index 5cdfb3c..117d77c 100644
--- a/macosx/tkMacOSXButton.c
+++ b/macosx/tkMacOSXButton.c
@@ -309,7 +309,7 @@ TkpComputeButtonGeometry(
break;
case TYPE_BUTTON:
width = butPtr->width;
- width += 0;
+ width += 30;
break;
}
}