KnossosNET / Knossos.NET

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

clean up a few UI/UX things #179

Closed notimaginative closed 3 months ago

notimaginative commented 3 months ago
notimaginative commented 3 months ago

Ah, didn't realize there was a related bug. It may not actually be fixed by this however, as this change mostly covers places where underscores were converted to "-" instead of just not showing up.

But I'll go through the dev tab better and try to catch all of the areas where this remains a problem.

notimaginative commented 3 months ago

Alright, reworked things a bit and the underscores thing should be much better. It now has a converter which can be used on any necessary control to escape underscores. So no need to mess with the source files to fix things (generally) as you can quickly add the converter to the appropriate control in the axml file to get the fix.

I may have missed a some things, so more eyes would be a good idea here. But it should be much easier to fix anything that slips through. And I believe #178 will actually be covered now.

wookieejedi commented 3 months ago

Yep in my tests all the underscore display bugs are now fixed, thanks!