KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
23 stars 10 forks source link

UI Text is shifted up #71

Closed topas-rec closed 5 months ago

topas-rec commented 8 months ago

Hello,

I am seeing that the text is shifted up in the UI on arch linux: It is cut off at the top where is has contact to the UI elements. See the PXO entry in this screenshot. image

Do you have an idea why or how to fix that?

Best wishes

JohnAFernandez commented 8 months ago

So, unfortunately, Avalalonia UI doesn't seem to deal with multiplatform differences in font placement very well. Moving text around within buttons often ends up with some cut off text like this on another platform. This happened when I was working on cleaning up the download list. I don't think we can currently fix it.

Shivansps commented 8 months ago

Yeah, we have to report all of these differences to Avalonia devs at some point.

Shivansps commented 8 months ago

It is interesting that this does not seem to happen on ARM64 Ubuntu.

topas-rec commented 8 months ago

Can you test this on other distros, too? I can maybe do a test on manjaro, but since it is based on arch I don't expect any difference. But I have a mint live USB key and it should work without a reboot. Maybe I can try that.

wookieejedi commented 7 months ago

Ideally #127 will fix this once merged.

JohnAFernandez commented 6 months ago

@topas-rec is this fixed on Main with 127 merged?

EDIT: Feel free to reopen if this ends up continuing to be an issue on Main or in 1.1

topas-rec commented 3 months ago

Sorry for being late with testing I had troubles building this (caused by external software).

With v1.1.0 the shifted text is gone. Thanks for your help!