summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2007-12-06 17:53:00 (GMT)
committerjenglish <jenglish@flightlab.com>2007-12-06 17:53:00 (GMT)
commit95070ced61696db442734c147d3e41e991a74ea2 (patch)
tree517b1752d189dd3d1290c87c05cce60eac78ce2c /ChangeLog
parent1ea00937fa9666f4e76b9e095684257da581a77b (diff)
downloadtk-95070ced61696db442734c147d3e41e991a74ea2.zip
tk-95070ced61696db442734c147d3e41e991a74ea2.tar.gz
tk-95070ced61696db442734c147d3e41e991a74ea2.tar.bz2
Fix TCombobox layout on OSX so as not to truncate long text
when combobox is wider than requested [Bug 1845164].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b212986..8726ed9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-05 Joe English <jenglish@users.sourceforge.net>
+
+ * macosx/ttkMacOSXTheme.c: Fix TCombobox layout so as
+ not to truncate long text when combobox is wider than
+ requested [Bug 1845164].
+
2007-12-05 Jeff Hobbs <jeffh@ActiveState.com>
* library/demos/widget: reduce start size to 70% of screenheight