-
Notifications
You must be signed in to change notification settings - Fork 704
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
Remove padding of MenuFlyoutItems #1457
Remove padding of MenuFlyoutItems #1457
Conversation
This certainly looks better to me but is it what @chigy had in mind? The complaint was that the spacing was uneven -- it looked like 2 on the left and 1 on the right. Should it be changed to:
? |
@chingucoding , could you provide additional images to answer @jevansaks ?
|
|
@chingucoding , thanks for the gif, but could you please send static images so I can evaluate the balance, etc.? |
Of course!
|
@chingucoding , thanks! |
|
@jevansaks , the change @chingucoding made by removing padding both down to 0 is the expected change. What I was noticing though that the fact there were 2 padding on one side meant that the list was already lopsided. I wanted to make sure they looked OK with the change and it appear it does, but I'm double checking with design. |
@jevansaks and @chingucoding , I have the design sign off of the change from visual perspective. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
It looks like the spacing issue comes back on select of the menu item? Or does the placement of the mouse click affects the animation? |
This is the tilt effect that is used on buttons and other clickable components. Depending where the mouse is when you click, the tilt gets applied "differently". |
…padding-removal
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
Removed the internal padding that is used for the MenuItemPresenter so the items are edge to edge with the border of the flyout.
Motivation and Context
Fixes #1445
How Has This Been Tested?
Tested manually using the MUXControlsTestApp
Screenshots (if appropriate):