pyarchinit / heroquest_legends

3 stars 1 forks source link

Distorted UI on Mac #9

Closed alexandershalin closed 3 years ago

alexandershalin commented 3 years ago

Unfortunately, I can't try the app under Windows yet to compare, but it seems that UI is distorted under on Mac. See screenshot attached. Снимок экрана 2021-04-20 в 18 00 26

alexandershalin commented 3 years ago

Seems it is caused by Viner Hand IT font. Will check.

alexandershalin commented 3 years ago

No, this issue is not related to the font family.

pyarchinit commented 3 years ago

Did you understand why?

alexandershalin commented 3 years ago

Not yet, unfortunately, will investigate further.

alexandershalin commented 3 years ago
Снимок экрана 2021-04-22 в 17 45 41

This issue was caused by

<string notr="true">background-color: rgb(255, 255, 255);</string>

in heroquest_legends.ui file. I propose to set it to 10, 10, 10 (see screenshot)

pyarchinit commented 3 years ago

OK! proceed!

pyarchinit commented 3 years ago

immagine

alexandershalin commented 3 years ago

Confirmed to be fixed.