diff options
author | fvogel <fvogelnew1@free.fr> | 2023-01-22 20:36:08 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2023-01-22 20:36:08 (GMT) |
commit | d14aae25c9775993ee4653efe8dcd95c56a1f06a (patch) | |
tree | a2863fd8d223baff80acb33e2b07d768e4d3591b | |
parent | dfeb6515e8785ec33c80b37e78bc5b5847623531 (diff) | |
download | tk-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.test | 2 |
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] |