diff options
author | fvogel <fvogel@noemail.net> | 2016-01-16 15:21:29 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2016-01-16 15:21:29 (GMT) |
commit | 2de022438ea08885e7363ea8976139e4e5fdb825 (patch) | |
tree | fec495deead70c2b8cd479c5a946d370c34a976f /tests/listbox.test | |
parent | 0a040504a8dfa728d1c25cd3c70824a0ccfb746e (diff) | |
download | tk-2de022438ea08885e7363ea8976139e4e5fdb825.zip tk-2de022438ea08885e7363ea8976139e4e5fdb825.tar.gz tk-2de022438ea08885e7363ea8976139e4e5fdb825.tar.bz2 |
Fixed bug [639558ac83] - Lots of listbox tests fail on Linux
FossilOrigin-Name: 6543f30d3650f6c9191d349096c3409f9739aeee
Diffstat (limited to 'tests/listbox.test')
-rw-r--r-- | tests/listbox.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/listbox.test b/tests/listbox.test index f50267e..9ca0411 100644 --- a/tests/listbox.test +++ b/tests/listbox.test @@ -57,6 +57,7 @@ proc mkPartial {{w .partial}} { # like border width have predictable values. option add *Listbox.borderWidth 2 +option add *Listbox.selectBorderWidth 1 option add *Listbox.highlightThickness 2 option add *Listbox.font {Helvetica -12 bold} |