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

2022-03-17 Thread Michael Lange
Hi, On Wed, 16 Mar 2022 16:16:36 + Vasilis Vlachoudis wrote: > On the same topic of HiDPI screens, the Treeview seems to calculate > wrongly the font height (see attach image) > Do you know any way to correct that? > are you possibly using a point-sized font? If yes, maybe there is some dpi

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

2022-03-17 Thread Vasilis Vlachoudis
Hi Michael, no I am using the default fonts. What is different is the I have set a high DPI for the X-server to match the screen resolution. I saw in the page https://www.tcl.tk/man/tcl/TkCmd/ttk_treeview.html under "Styling Options' there is parameter to set the -rowheight that needs to be def

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

2022-03-17 Thread Michael Lange
Hi, On Thu, 17 Mar 2022 09:47:16 + Vasilis Vlachoudis wrote: > Hi Michael, > > no I am using the default fonts. > What is different is the I have set a high DPI for the X-server to > match the screen resolution. > > I saw in the page > https://www.tcl.tk/man/tcl/TkCmd/ttk_treeview.html > > u