summaryrefslogtreecommitdiffstats
path: root/tests/constraints.tcl
diff options
context:
space:
mode:
authoraniap <aniap>2008-07-29 09:10:45 (GMT)
committeraniap <aniap>2008-07-29 09:10:45 (GMT)
commit43cb74c6499a1ccef5153e09b8cb15e5191f9746 (patch)
tree5ec53525a61db1eb6f34e18a87d20454e314ce0d /tests/constraints.tcl
parent52df213b591b148bbb6f36d69abfa6152c745735 (diff)
downloadtk-43cb74c6499a1ccef5153e09b8cb15e5191f9746.zip
tk-43cb74c6499a1ccef5153e09b8cb15e5191f9746.tar.gz
tk-43cb74c6499a1ccef5153e09b8cb15e5191f9746.tar.bz2
-highlightthickness entry's option (fonts constraint)
Diffstat (limited to 'tests/constraints.tcl')
-rw-r--r--tests/constraints.tcl2
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