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

Check mark of menuitem not visible #795

Closed
pschimmel opened this issue Apr 30, 2020 · 2 comments
Closed

Check mark of menuitem not visible #795

pschimmel opened this issue Apr 30, 2020 · 2 comments
Assignees
Labels
Milestone

Comments

@pschimmel
Copy link
Contributor

Hi!

In our application the check mark of menu items is not visible. The reason for that is that we mainly use opaque colors in our custom theme.

I think the problem is that the check mark of menu items (checkedImage), e.g. QuickAccessMenuItem is behind the iconImageBorder. That means in order to be visible, the ToggleButton.Checked.Background brush needs to be semi transparent.

@pschimmel
Copy link
Contributor Author

Currently the Quick Access menu items look like this:
b4
By changing the order of controls checkedImage and iconImageBorder in the MenuItemTemplate, the problem is gone:
after

@batzen batzen self-assigned this May 1, 2020
@batzen batzen added the Bug 🐞 label May 1, 2020
@batzen batzen added this to the 8.0.0 milestone May 1, 2020
@batzen
Copy link
Member

batzen commented May 1, 2020

Will have a look during the weekend.

@batzen batzen closed this as completed in 3052938 May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants