summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-25 16:07:35 -0400
committerPietro Gagliardi <[email protected]>2014-08-25 16:07:35 -0400
commit910f78c7e59f12d8cd99183c5b0b743f30ee5951 (patch)
tree5dde1dd5bf41f350bdb5a549ece742a07865995e /redo/objc_darwin.h
parentf6d7797fd6225ff0e7aa9507858dd8e5496b9559 (diff)
Made the width of TextFields more reasonable on Mac OS X.
Diffstat (limited to 'redo/objc_darwin.h')
-rw-r--r--redo/objc_darwin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h
index 57f7acf..d42b806 100644
--- a/redo/objc_darwin.h
+++ b/redo/objc_darwin.h
@@ -58,6 +58,7 @@ extern id windowContentView(id);
extern void windowRedraw(id);
/* basicctrls_darwin.m */
+#define textfieldWidth (96) /* according to Interface Builder */
extern id newButton(void);
extern void buttonSetDelegate(id, void *);
extern const char *buttonText(id);