Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI looks off when not at default font size #1303

Open
hiimzech opened this issue Feb 11, 2023 · 2 comments
Open

UI looks off when not at default font size #1303

hiimzech opened this issue Feb 11, 2023 · 2 comments

Comments

@hiimzech
Copy link

hiimzech commented Feb 11, 2023

ark is a 7 year old game now and with age comes failing eye sight. can't keep reading 8.25pt fonts anymore.
at a higher font the UI starts to hide and overlap some elements
in the screenshot below, at 12pt, speed stats is hidden from the left panel
image
in the following screen you can see some of the bars in "potential" is overlapping, and the "add new to library" button is hidden behind "save changes" button
image

while this is not really a bug report I do hope the UI can scale correctly.

please also consider adding a feature to show/hide the columns we want to see in the library tab

thank you so much. this tool is awesome

@coldino
Copy link
Collaborator

coldino commented Feb 12, 2023

Sadly the UI framework we use is feeling its age too, at just over 20 years old. It was designed well before font scaling was a thing, which makes supporting it rather hard.

That said, it should be possible to fix some individual cases like these with some rework. The work can be complicated and messy, however, so have patience :)

please also consider adding a feature to show/hide the columns we want to see in the library tab

You can already shrink these columns down to zero width to hide them. Just drag the bar between columns in the header.

@cadon
Copy link
Owner

cadon commented Mar 11, 2023

In the latest release v0.51.0 I tweaked some of the UI for better usability, especially the Save Changes button now behaves correctly and you can see all the stat values in the library. Unfortunately the colored species image in the library is now pushed out of sight, but you can see that when in the Testing tab (e.g. select a creature in the library and press F2 to see the image).
The used (and outdated) framework WinForms in combination with the sometimes complicated layered user interface makes it very hard to adjust the positioning and sizing properly in a dynamic way, at least it's a bit better now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants