summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish@flightlab.com <jenglish>2006-11-14 22:44:30 (GMT)
committerjenglish@flightlab.com <jenglish>2006-11-14 22:44:30 (GMT)
commitc6c6dbb758841121923fca12db986922e7a3ef43 (patch)
treeba8cdd6068d38c38423d44703d373c410b53b51b /ChangeLog
parent3a90886506eb89f58b70284595bfe3f59cf2b782 (diff)
downloadtk-c6c6dbb758841121923fca12db986922e7a3ef43.zip
tk-c6c6dbb758841121923fca12db986922e7a3ef43.tar.gz
tk-c6c6dbb758841121923fca12db986922e7a3ef43.tar.bz2
Fix off-by-one bug in tree indicator size computation [#1596021,
patch from Tim Baker]. Increased default size from 7 to 9 pixels.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7144e56..dd30ace 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-14 Joe English <jenglish@users.sourceforge.net>
+
+ * generic/ttk/ttkDefaultTheme.c: Fix off-by-one bug in
+ tree indicator size computation [#1596021, patch from Tim Baker].
+ Increased default size from 7 to 9 pixels.
+
2006-11-12 Joe English <jenglish@users.sourceforge.net>
* generic/ttkScroll.c: *correct* fix for #1588251.