From 910f78c7e59f12d8cd99183c5b0b743f30ee5951 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 25 Aug 2014 16:07:35 -0400 Subject: Made the width of TextFields more reasonable on Mac OS X. --- redo/objc_darwin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'redo/objc_darwin.h') 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); -- cgit v1.2.3