diff options
author | Kevin Walzer <kw@codebykevin.com> | 2023-07-10 11:31:58 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2023-07-10 11:31:58 (GMT) |
commit | 617461d22e53e469f94c830d4bbc3c0515b90432 (patch) | |
tree | 4adf2ebf80d2f5929b2f0b513731ca81b107f992 /library | |
parent | 50b572c836891ac7de0b728feb40508ba5dccd4f (diff) | |
download | tk-617461d22e53e469f94c830d4bbc3c0515b90432.zip tk-617461d22e53e469f94c830d4bbc3c0515b90432.tar.gz tk-617461d22e53e469f94c830d4bbc3c0515b90432.tar.bz2 |
Revert change to mclist demo as it already includes stripes
Diffstat (limited to 'library')
-rw-r--r-- | library/demos/mclist.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/mclist.tcl b/library/demos/mclist.tcl index dbdc6a0..73b2b7a 100644 --- a/library/demos/mclist.tcl +++ b/library/demos/mclist.tcl @@ -28,7 +28,7 @@ pack [addSeeDismiss $w.seeDismiss $w {} { ttk::frame $w.container ttk::treeview $w.tree -columns {country capital currency} -show headings \ - -yscroll "$w.vsb set" -xscroll "$w.hsb set" -stripe 1 + -yscroll "$w.vsb set" -xscroll "$w.hsb set" ttk::scrollbar $w.vsb -orient vertical -command "$w.tree yview" ttk::scrollbar $w.hsb -orient horizontal -command "$w.tree xview" pack $w.container -fill both -expand 1 |