diff options
author | aniap <aniap> | 2008-07-29 09:10:45 (GMT) |
---|---|---|
committer | aniap <aniap> | 2008-07-29 09:10:45 (GMT) |
commit | 43cb74c6499a1ccef5153e09b8cb15e5191f9746 (patch) | |
tree | 5ec53525a61db1eb6f34e18a87d20454e314ce0d | |
parent | 52df213b591b148bbb6f36d69abfa6152c745735 (diff) | |
download | tk-43cb74c6499a1ccef5153e09b8cb15e5191f9746.zip tk-43cb74c6499a1ccef5153e09b8cb15e5191f9746.tar.gz tk-43cb74c6499a1ccef5153e09b8cb15e5191f9746.tar.bz2 |
-highlightthickness entry's option (fonts constraint)
-rw-r--r-- | tests/constraints.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/constraints.tcl b/tests/constraints.tcl index 843ee4d..03e3547 100644 --- a/tests/constraints.tcl +++ b/tests/constraints.tcl @@ -182,7 +182,7 @@ testConstraint testwrapper [llength [info commands testwrapper]] # constraint to see what sort of fonts are available testConstraint fonts 1 destroy .e -entry .e -width 0 -font {Helvetica -12} -bd 1 +entry .e -width 0 -font {Helvetica -12} -bd 1 -highlightthickness 1 .e insert end a.bcd if {([winfo reqwidth .e] != 37) || ([winfo reqheight .e] != 20)} { testConstraint fonts 0 |