Setting sash thickness for PanedWindow #531
Unanswered
rmcmichael
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using a
PanedWindow
for a two column layout. The sash width is very thin, making it hard to grab with the mouse and resize the columns. In reading the documentation for TCL/Tk and ttk, you can set asashthickness
property for the Sash style:style.configure("Sash", sashthickness=6)
The documentation is not clear, but for plain TTK it looks like you can set the sash thickness for some styles, but not others. I've found that the "clam" style lets me successfully set the sash thickness.
However, it is not working using ttkbootstrap. Any ideas for how to set the sash thickness of a
PanedWindow
in ttkbootstrap?Thanks
Beta Was this translation helpful? Give feedback.
All reactions