summaryrefslogtreecommitdiffstats
path: root/tests/textWind.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-02-07 14:40:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-02-07 14:40:59 (GMT)
commit81cf8eedd969004123644b8ad3a2a279435e63ee (patch)
tree3b977f90c37cf68bea60d9fd7e27e7ca64cedcec /tests/textWind.test
parent94d1defcc60ec6bad173cab650d22ff72c80c507 (diff)
downloadtk-81cf8eedd969004123644b8ad3a2a279435e63ee.zip
tk-81cf8eedd969004123644b8ad3a2a279435e63ee.tar.gz
tk-81cf8eedd969004123644b8ad3a2a279435e63ee.tar.bz2
Unify static data initializers, do it all the same way.
Diffstat (limited to 'tests/textWind.test')
-rw-r--r--tests/textWind.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textWind.test b/tests/textWind.test
index c6fc361..ecb433e 100644
--- a/tests/textWind.test
+++ b/tests/textWind.test
@@ -41,7 +41,7 @@ Some of the upcoming tests will probably fail."
# upcoming tests when wrapping enters in play
# Also -height 6 (lines) is an important assumption
# Moreover the widget must have the same padding in x and y (see proc bo)
-# However the tests are not sensitive to -borderwidth and -highlightthickness
+# However the tests are not sensitive to -borderwidth and -highlightthickness
text .t -font $fixedFont -width 30 -height 6 -borderwidth 2 -highlightthickness 2
pack .t -expand 1 -fill both
update