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 1 year ago

tristanpoland commented 1 year 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 1 year 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