HarbourMasters / Shipwright

3.26k stars 491 forks source link

Do a pass on UI elements to ensure they are scale-aware #3165

Open garrettjoecox opened 1 year ago

garrettjoecox commented 1 year ago

A handful of UI menus and elements have been sizes using "pixels" instead of relative to ImGui font size. With the addition of font scaling in #3037, these elements and menus don't looks as great when the font is scaled.

Malkierian commented 1 year ago

As a side note, WiiU has been dealing with this for a while now, as that build has them 2x scaled by default.

incutonez commented 2 weeks ago

I wanted to log this somewhere, and this seems like the relevant issue... I just noticed this issue with the lock icon in the Audio Editor... when I have it set to Large, the icon is hidden.

image

If it's set to X-Large, then the "Randomize this sound" icon is hidden as well.

image