> - all widths like borderwidths, decorations, separators etc, set in
> pixels do not scale with the dpi settings. Could we use "mm" for their
> settings instead?
Definitely! The defaults in Tk use pixels, but you can use mm for lengths:
tk.Label(root, text="foo", borderwidth="5mm", relief="groove
Hi,
On Mon, 12 Jul 2021 17:13:18 +
Vasilis Vlachoudis wrote:
> Recently I've got a 4k laptop, and the first experience with linux and
> the 4k display is quite painful. I am still trying to tune it but for
> the moment my tkinter applications do not render nicely on such a
> display.
> - all
Recently I've got a 4k laptop, and the first experience with linux and the 4k
display is quite painful.
I am still trying to tune it but for the moment my tkinter applications do not
render nicely on such a display.
- all widths like borderwidths, decorations, separators etc, set in pixels do
no