We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dd0b4 commit 9beadcdCopy full SHA for 9beadcd
examples/scrollutil/SyncListboxes.tcl
@@ -49,8 +49,8 @@ set capitalList {
49
Madrid Stockholm Bern Kiev London "Vatican City"
50
}
51
52
-set lb1 [listbox $ss.lb1 -width 15 -highlightthickness 0]
53
-set lb2 [listbox $ss.lb2 -width 15 -highlightthickness 0]
+set lb1 [listbox $ss.lb1 -activestyle none -highlightthickness 0 -width 16]
+set lb2 [listbox $ss.lb2 -activestyle none -highlightthickness 0 -width 16]
54
$ss setwidgets [list $lb1 $lb2]
55
56
foreach country $countryList {
0 commit comments