summaryrefslogtreecommitdiffstats
path: root/library/bgerror.tcl
diff options
context:
space:
mode:
authordas <das>2007-05-30 06:34:18 (GMT)
committerdas <das>2007-05-30 06:34:18 (GMT)
commiteea3d8a589c007592691cf767336a06b0f600c50 (patch)
tree7f71d977d1684d7ab7abab1184b5b9882d32d329 /library/bgerror.tcl
parentedeaa5c2c7150918146c96bac23523101fed2e8c (diff)
downloadtk-eea3d8a589c007592691cf767336a06b0f600c50.zip
tk-eea3d8a589c007592691cf767336a06b0f600c50.tar.gz
tk-eea3d8a589c007592691cf767336a06b0f600c50.tar.bz2
* library/bgerror.tcl: standardize dialog option & button size
* library/dialog.tcl: modifications done when running on on Aqua. * library/msgbox.tcl: * library/demos/button.tcl: set button highlightbackground on Aqua.
Diffstat (limited to 'library/bgerror.tcl')
-rw-r--r--library/bgerror.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/bgerror.tcl b/library/bgerror.tcl
index dcece7e..0879a71 100644
--- a/library/bgerror.tcl
+++ b/library/bgerror.tcl
@@ -9,8 +9,8 @@
# Copyright (c) 1998-2000 by Ajuba Solutions.
# All rights reserved.
#
-# RCS: @(#) $Id: bgerror.tcl,v 1.33 2007/04/23 21:16:43 das Exp $
-# $Id: bgerror.tcl,v 1.33 2007/04/23 21:16:43 das Exp $
+# RCS: @(#) $Id: bgerror.tcl,v 1.34 2007/05/30 06:34:18 das Exp $
+# $Id: bgerror.tcl,v 1.34 2007/05/30 06:34:18 das Exp $
namespace eval ::tk::dialog::error {
namespace import -force ::tk::msgcat::*
@@ -225,7 +225,7 @@ proc ::tk::dialog::error::bgerror err {
# We boost the size of some Mac buttons for l&f
if {$windowingsystem eq "aqua"} {
if {($name eq "ok") || ($name eq "dismiss")} {
- grid columnconfigure .bgerrorDialog.bot $i -minsize 79
+ grid columnconfigure .bgerrorDialog.bot $i -minsize 90
}
grid configure .bgerrorDialog.$name -pady 7
}