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
If you stick a scaleWithDpi(...) around each of your position and size numbers it should help. I'm not sure it will be perfect but it should help.
(StaticLayout uses exactly the numbers you give it, assuming you know what you're doing, so it doesn't automatically adjust. Most the other layouts should adjust tho unless i bugged it again.)
(I had to set width and height from protected to public in minigui.d)
With the new coding, the elements looks fine. I noticed one small issue. With 200% scale, the window is too small.
Although I call super("Fanglist", scaleWithDpi(800), scaleWithDpi(450));
But that is not a big issue.
Maybe you could consider also doing the scaling automatically for the static layout in future.
On windows display settings you can set the scale e.g. 100%, 125 %, 150%, 200%
This is with scale 125%
This is with scale 200%
The bigger the scale, the more UI issues occurs.
I am not sure, whether this is expected or not. The source code looks like this:
The text was updated successfully, but these errors were encountered: