diff options
author | hobbs <hobbs> | 2001-11-17 22:44:04 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-11-17 22:44:04 (GMT) |
commit | 4bd4c9a955977c457ddf8795c30e14681c135966 (patch) | |
tree | 7c838c6b24a2cd0a0dec95394c742f7c6629e2a8 /ChangeLog | |
parent | 8d9513343233733ed7901dd08168ad51e8560837 (diff) | |
download | tk-4bd4c9a955977c457ddf8795c30e14681c135966.zip tk-4bd4c9a955977c457ddf8795c30e14681c135966.tar.gz tk-4bd4c9a955977c457ddf8795c30e14681c135966.tar.bz2 |
* win/tkWinButton.c (TkpComputeButtonGeometry): corrected the
default size of Windows buttons to conform to the Windows style.
This changes the default size of buttons on Windows.
[Patch #463234] (nelson)
**** POTENTIAL VISUAL INCOMPATABILITY ****
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2001-11-17 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tkWinButton.c (TkpComputeButtonGeometry): corrected the + default size of Windows buttons to conform to the Windows style. + This changes the default size of buttons on Windows. + [Patch #463234] (nelson) + **** POTENTIAL VISUAL INCOMPATABILITY **** + +2001-11-16 Jeff Hobbs <jeffh@ActiveState.com> + + * library/menu.tcl: corrected menu traversal code on Unix to + better handle entering cascades. [Patch #481219] (oleinick) + 2001-11-16 David Gravereaux <davygrvy@pobox.com> * win/makefile.vc: Install target repaired. |