diff options
author | fvogel <fvogelnew1@free.fr> | 2016-01-16 15:22:11 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-01-16 15:22:11 (GMT) |
commit | 3a1f3672915f541004b32051952b59674f8b2401 (patch) | |
tree | ae88cf2c35a745d149d6814d3dff0469bdd93a05 /tests/listbox.test | |
parent | dfecb499abf1df3c0605d0058f454d8230221dd8 (diff) | |
parent | c1d11ea280efc1d70e599d7237cf84235c715064 (diff) | |
download | tk-3a1f3672915f541004b32051952b59674f8b2401.zip tk-3a1f3672915f541004b32051952b59674f8b2401.tar.gz tk-3a1f3672915f541004b32051952b59674f8b2401.tar.bz2 |
Rebased to latest trunk
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 57cd974..fdad4c0 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} |