Re: [Tkinter-discuss] 4k HiDPI displays and tkinter

2021-07-14 Thread Paul
Title: signature style.configure("TScrollbar", arrowsize=10) Regards Paul Malherbe Phone +27(0)28 314

Re: [Tkinter-discuss] 4k HiDPI displays and tkinter

2021-07-14 Thread Michael Lange
Hi, On Wed, 14 Jul 2021 14:22:37 + Vasilis Vlachoudis wrote: > I am trying to change the tk widgets to ttk, so I can globally correct > them, e.g. root=tk.Tk() > sb=ttk.Scrollbar(root) > sb.pack(side=tk.RIGHT,fill=tk.Y) > style=ttk.Style() > style.configure("TScrollbar", width="10m") > >

Re: [Tkinter-discuss] 4k HiDPI displays and tkinter

2021-07-14 Thread Vasilis Vlachoudis
I am trying to change the tk widgets to ttk, so I can globally correct them, e.g. root=tk.Tk() sb=ttk.Scrollbar(root) sb.pack(side=tk.RIGHT,fill=tk.Y) style=ttk.Style() style.configure("TScrollbar", width="10m") However the width doesn't apply on the up/downarrows which they remain tiny. Where I

Re: [Tkinter-discuss] 4k HiDPI displays and tkinter

2021-07-14 Thread Vasilis Vlachoudis
Thank you all for the suggestions. I am going to try them. It would have been nice it tk had a global option to rescale everything by x2 Like in XFCE window manager Vasilis From: Tkinter-discuss [tkinter-discuss-bounces+vasilis.vlachoudis=cern...@python.org] on