-
Notifications
You must be signed in to change notification settings - Fork 118
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
Small refactor & update in modlist.menu, server_browser.menu #874
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good (there isn't really any code per-say but yeah the diff looks good)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good finding.
@@ -407,11 +407,11 @@ resource/ui/menus/modlist.menu | |||
|
|||
labelText "#CLEAR_FILTERS" | |||
wide 100 | |||
xpos -15 | |||
ypos -55 | |||
xpos 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -2554,6 +2554,7 @@ resource/ui/menus/mods_browse.menu | |||
xpos -17 | |||
ypos -57 | |||
zpos 90 | |||
textAlignment north |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to suggest center
for this parameter, but the resulting position is the same as north
it seems ¯\_(ツ)_/¯
Update modlist.menu
Refactor
Doesnt change visuals
Update server_browser.menu
Makes text in "Join" button allign to middle/north which looks better