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

Fix menu dividers in bridge #361

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Fix menu dividers in bridge #361

merged 1 commit into from
Apr 22, 2024

Conversation

rock3r
Copy link
Collaborator

@rock3r rock3r commented Apr 20, 2024

The main root cause was a missing return statement in retrieveIntAsDp(), but we also had terribly inconsistent values for the menus compared to the actual appearance.

I have tweaked the bridge menu style defaults to align better, but we'll have to come back to revisit the whole menu implementation to actually use the right values in the right way. The current implementation is not satisfactory.

Fixes #358

The main root cause was a missing return statement in retrieveIntAsDp(),
but we also had terribly inconsistent values for the menus compared to
the actual appearance. I have tweaked the bridge menu style defaults to
align better, but we'll have to come back to revisit the whole menu
implementation to actually use the right values in the right way. The
current implementation is not satisfactory.
@rock3r rock3r added bug Something isn't working consistency Our UI presentation is not consistent with IJ labels Apr 20, 2024
@rock3r rock3r requested review from devkanro and fscarponi April 20, 2024 11:41
@rock3r rock3r self-assigned this Apr 20, 2024
@rock3r rock3r merged commit d797601 into main Apr 22, 2024
9 checks passed
@rock3r rock3r deleted the fix-menu-dividers branch April 22, 2024 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working consistency Our UI presentation is not consistent with IJ
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MenuScope::separator doesn't seem to do anything
2 participants