From e9a65d0a570eba57cd58420c25cc84640af2883e Mon Sep 17 00:00:00 2001 From: das Date: Thu, 23 Jun 2005 20:17:57 +0000 Subject: * 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] --- ChangeLog | 6 ++++++ macosx/tkMacOSXDefault.h | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 66f3840..74450d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-23 Daniel Steffen + + * 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] + 2005-06-21 Donal K. Fellows * doc/GetBitmap.3: Fix silly error in SYNOPSIS. [Bug 1224983] diff --git a/macosx/tkMacOSXDefault.h b/macosx/tkMacOSXDefault.h index e4e833c..e27e510 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.7 2005/03/24 07:16:13 wolfsuit Exp $ + * RCS: @(#) $Id: tkMacOSXDefault.h,v 1.8 2005/06/23 20:17:57 das Exp $ */ #ifndef _TKMACDEFAULT @@ -147,12 +147,12 @@ */ #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 -- cgit v0.12