summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-01-22 20:36:08 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-01-22 20:36:08 (GMT)
commitd14aae25c9775993ee4653efe8dcd95c56a1f06a (patch)
treea2863fd8d223baff80acb33e2b07d768e4d3591b
parentdfeb6515e8785ec33c80b37e78bc5b5847623531 (diff)
downloadtk-d14aae25c9775993ee4653efe8dcd95c56a1f06a.zip
tk-d14aae25c9775993ee4653efe8dcd95c56a1f06a.tar.gz
tk-d14aae25c9775993ee4653efe8dcd95c56a1f06a.tar.bz2
Revert to using {Courier -12} as fixedFont like it originally was.
-rw-r--r--tests/textWind.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textWind.test b/tests/textWind.test
index e7f8924..232f165 100644
--- a/tests/textWind.test
+++ b/tests/textWind.test
@@ -13,7 +13,7 @@ tcltest::loadTestedCommands
deleteWindows
-set fixedFont {Courier -14}
+set fixedFont {Courier -12}
set fixedHeight [font metrics $fixedFont -linespace]
set fixedWidth [font measure $fixedFont m]
set fixedAscent [font metrics $fixedFont -ascent]