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

Calendar's label is mis-aligned #147

Closed
mrfatguy opened this issue Apr 16, 2024 · 0 comments · Fixed by #187
Closed

Calendar's label is mis-aligned #147

mrfatguy opened this issue Apr 16, 2024 · 0 comments · Fixed by #187
Assignees
Labels
bug Something isn't working

Comments

@mrfatguy
Copy link
Contributor

Calendar's label is located in an incorrect location and resizes unproportionally on different screen resolutions or when main game window resizes.

Please, fix this, by applying correct location and dimensions. All measurements are given using dual-dimensions system, so are provided in either in-game pixels (gX, gY, gW, gH) or actual pixels (aX, aY, aW, aH):

Element gX, gY gW, gH aX, aY aW, aH
Calendar label 261, 150 59, 9 2861, 1653 658, 97

The actual pixels dimensions (aX, aY, aW, aH) are relative to (based on) 4K / 3840x2160 screen.

Please, remember about inconclusive pixel ratio which causes that not all actual pixels covers 11x11 pixels area!

@mrfatguy mrfatguy added the bug Something isn't working label Apr 16, 2024
@mrfatguy mrfatguy added this to the [0.5] Common GUI elements milestone Apr 16, 2024
@MadejaMaciej MadejaMaciej changed the title Calendar's label is mis-aligned and is missing translations Calendar's label is mis-aligned May 6, 2024
MadejaMaciej added a commit that referenced this issue May 6, 2024
MadejaMaciej added a commit that referenced this issue May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants