Skip to content

Commit

Permalink
Fix [44fcc1f4d5]: Bugs in file tests/ttk/panedwindow.test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Feb 9, 2025
2 parents f5fff95 + 53459f5 commit b3b3092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ttk/panedwindow.test
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ proc sashpositions {pw} {

test paned-sashpos-setup "Setup for sash position test" -body {
ttk::style theme use default
ttk::style configure -sashthickness 5
ttk::style configure Sash -sashthickness 5

ttk::panedwindow .pw
.pw add [frame .pw.f1 -width 20 -height 20]
Expand Down Expand Up @@ -262,7 +262,7 @@ test paned-sashpos-cleanup "Clean up" -body { destroy .pw }

test paned-propagation-setup "Setup." -body {
ttk::style theme use default
ttk::style configure -sashthickness 5
ttk::style configure Sash -sashthickness 5
wm geometry . {}
ttk::panedwindow .pw -orient vertical

Expand Down

0 comments on commit b3b3092

Please sign in to comment.