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

Keep uilist menu items lined up with each other even if some do not have hotkeys #75696

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

db48x
Copy link
Contributor

@db48x db48x commented Aug 15, 2024

Summary

Interface "Keep uilist menu items lined up with each other even if some do not have hotkeys"

Purpose of change

Aesthetics.

Testing

Easiest test is to use a bandage. In the resulting menu any limbs which are damaged have hotkeys, while those that are not are disabled and do not have hotkeys.

Additional context

Fixes #75695

This keeps the menu items lined up even when some items have hotkeys
and others do not.

Fixes CleverRaven#75695
@github-actions github-actions bot added Info / User Interface Game - player communication, menus, etc. [C++] Changes (can be) made in C++. Previously named `Code` <Bugfix> This is a fix for a bug (or closes open issue) astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Aug 15, 2024
@Maleclypse Maleclypse merged commit c72f9ef into CleverRaven:master Aug 15, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` Info / User Interface Game - player communication, menus, etc. json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uilist menus where some entries don't have hotkeys are out of alignment
2 participants