You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be if Tasmotizer on Windows (I tested release binary 1.2) support high DPI displays. On a 3000x2000 13.3" display I find its user interface uncomfortably small to read & click - nearly all apps I use on this laptop respect the default 200% scaling factor, but as Tasmotizer's currently built it's about half the size I expect.
As a workaround, specifying the Qt parameter that forces DPI-unaware rescaling works: tasmotizer-1.2.exe -platform windows:dpiawareness=0. It perhaps would look better with DPI-aware rendering, but this is a good start, this is comfortable. Here's a picture of the two modes:
If I figure out a better change I'll submit a PR.
The text was updated successfully, but these errors were encountered:
It'd be if Tasmotizer on Windows (I tested release binary 1.2) support high DPI displays. On a 3000x2000 13.3" display I find its user interface uncomfortably small to read & click - nearly all apps I use on this laptop respect the default 200% scaling factor, but as Tasmotizer's currently built it's about half the size I expect.
As a workaround, specifying the Qt parameter that forces DPI-unaware rescaling works:
tasmotizer-1.2.exe -platform windows:dpiawareness=0
. It perhaps would look better with DPI-aware rendering, but this is a good start, this is comfortable. Here's a picture of the two modes:If I figure out a better change I'll submit a PR.
The text was updated successfully, but these errors were encountered: