summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-03-12 16:00:54 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-03-12 16:00:54 (GMT)
commit7d023718139986d6a52228299d1c68a78b09dab4 (patch)
tree4e2c504b2e84f99c60942932502499bbedb596ab /ChangeLog
parent413da068905437f950c4f16ac5f0c699724fb5b4 (diff)
downloadtk-7d023718139986d6a52228299d1c68a78b09dab4.zip
tk-7d023718139986d6a52228299d1c68a78b09dab4.tar.gz
tk-7d023718139986d6a52228299d1c68a78b09dab4.tar.bz2
Better aesthetics for the messageBox. [Bug #701812]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3903402..21027ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-12 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * library/msgbox.tcl (tk::MessageBox): Stopped message box buttons
+ from getting very wide, and added some compensatory space so that
+ the smaller buttons still look nice (well, to me). [Bug #701812]
+
2003-03-11 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXMenu.c (EventuallyInvokeMenu): New function,