diff options
author | fvogel <fvogelnew1@free.fr> | 2016-01-16 15:21:29 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-01-16 15:21:29 (GMT) |
commit | c1d11ea280efc1d70e599d7237cf84235c715064 (patch) | |
tree | fec495deead70c2b8cd479c5a946d370c34a976f | |
parent | 2cabee819956e5a5b0293e228faa026d217a621a (diff) | |
download | tk-c1d11ea280efc1d70e599d7237cf84235c715064.zip tk-c1d11ea280efc1d70e599d7237cf84235c715064.tar.gz tk-c1d11ea280efc1d70e599d7237cf84235c715064.tar.bz2 |
Fixed bug [639558ac83] - Lots of listbox tests fail on Linux
-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} |