summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDefault.h
diff options
context:
space:
mode:
authordas <das@noemail.net>2005-06-23 20:15:20 (GMT)
committerdas <das@noemail.net>2005-06-23 20:15:20 (GMT)
commit82909b84e88642f4cbe600d0860ec6d30ad44ffd (patch)
tree69d530a2ee8b338d800fe732601e0ffdc9305a19 /macosx/tkMacOSXDefault.h
parent688d4243cf2bd7c59b2786229326798825b64225 (diff)
downloadtk-82909b84e88642f4cbe600d0860ec6d30ad44ffd.zip
tk-82909b84e88642f4cbe600d0860ec6d30ad44ffd.tar.gz
tk-82909b84e88642f4cbe600d0860ec6d30ad44ffd.tar.bz2
* macosx/tkMacOSXDefault.h: change ENTRY_BORDER defaults to from 5 to 2
to make default entry widgets in TkAqua look like in other aqua apps (and have same border dimensions as other platforms). [Bug 1176610] FossilOrigin-Name: 5a4b18b09176d4f428c0cbd1961e7bf69b42cab6
Diffstat (limited to 'macosx/tkMacOSXDefault.h')
-rw-r--r--macosx/tkMacOSXDefault.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/tkMacOSXDefault.h b/macosx/tkMacOSXDefault.h
index ccfca08..a04442f 100644
--- a/macosx/tkMacOSXDefault.h
+++ b/macosx/tkMacOSXDefault.h
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXDefault.h,v 1.2.2.2 2005/03/25 04:34:16 wolfsuit Exp $
+ * RCS: @(#) $Id: tkMacOSXDefault.h,v 1.2.2.3 2005/06/23 20:15:22 das Exp $
*/
#ifndef _TKMACDEFAULT
@@ -139,19 +139,19 @@
*/
/*
- * I test the following two values in TkpDrawEntryBorderAndFocus
+ * I test the following three values in TkpDrawEntryBorderAndFocus
* to determine whether to use the native entry widget. So if
* you change the defaults to be different from these, then you
* won't get the native widget by default.
*/
#define MAC_OSX_FOCUS_WIDTH 3
-#define MAC_OSX_ENTRY_BORDER 5
+#define MAC_OSX_ENTRY_BORDER 2
#define MAC_OSX_ENTRY_RELEIF TK_RELIEF_SUNKEN
#define DEF_ENTRY_BG_COLOR NORMAL_BG
#define DEF_ENTRY_BG_MONO WHITE
-#define DEF_ENTRY_BORDER_WIDTH "5"
+#define DEF_ENTRY_BORDER_WIDTH "2"
#define DEF_ENTRY_CURSOR "xterm"
#define DEF_ENTRY_DISABLED_BG_COLOR NORMAL_BG
#define DEF_ENTRY_DISABLED_BG_MONO WHITE