tristanpoland / SkiffUI

Create container images at the click of a button, and manage your network with an easy-to-use, intuitive UI
Apache License 2.0
5 stars 1 forks source link

Text sizing is wrong on larger display resolutions #75

Open tristanpoland opened 11 months ago

tristanpoland commented 11 months ago

Some text in the app appears to render too large on high res displays (first becomes apparent at 4K). This is particularly apparent on node titles, and socket labels. This could also be because the node is rendering too small.

Image

WilliamAnimate commented 10 months ago

maybe you could let the OS take over rendering text, or simply do some math to make the text bigger? i've never worked with GUI applications yet, so i don't know how to mitigate this