You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently the Quick Access menu items look like this:
By changing the order of controls checkedImage and iconImageBorder in the MenuItemTemplate, the problem is gone:
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.
The text was updated successfully, but these errors were encountered: