summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2005-06-23 20:15:20 (GMT)
committerdas <das>2005-06-23 20:15:20 (GMT)
commitc665005339dbccc2b3ddcbc3310278d0f1fdf0f5 (patch)
tree69d530a2ee8b338d800fe732601e0ffdc9305a19 /ChangeLog
parente73ef55a5933bee7c2841a1c87854417d8da71ff (diff)
downloadtk-c665005339dbccc2b3ddcbc3310278d0f1fdf0f5.zip
tk-c665005339dbccc2b3ddcbc3310278d0f1fdf0f5.tar.gz
tk-c665005339dbccc2b3ddcbc3310278d0f1fdf0f5.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]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31d12fe..27762b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
*** 8.4.11 TAGGED FOR RELEASE ***
+ * 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]
+
* unix/Makefile.in (install-private-headers): rewrite tkPort.h when
installing private headers to remove ../unix relative #include path to
tkUnixPort.h (which is incorrect at the installed location).