-
Notifications
You must be signed in to change notification settings - Fork 710
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
Proposal: Get rid of uneven left/right spacing on MenuFlyout #1445
Comments
I agree. The way it currently is, the hover isn't even centered. It should all the way across. |
@chigy does this need to be a feature proposal? Seems like we should just fix it as a bug? |
If this is a bug I would be happy to take my shot at it. 😃 |
@jevansaks , I debated if I should open a bug but technically, this is a design change request so I opened a feature proposal. No problem with that being handled as a bug. |
Also, when opening a submenu, shouldn't the item text vertically align with base menu text? Seems like the padding at the top isn't accounted for currently. |
@adrientetar , good eyes! We were about to open a request to fix that. The select visual should be aligned. Would you do me an honor if you don't mind? (Ignore the vertical circle) |
@chigy, looking at the image Shouldn't the sub menu be casting a shadow on the lower menu? At the moment they blend together |
Huh, are you asking me to open an issue about it? See #1462
Yeah, I'd say go ahead and open a design bug |
@adrientetar , thanks for the design bug! |
Please feel free to open design bug. This could have been a shadow limitation but we should document it nonetheless... |
@adrientetar , I confirmed this is a technical limitation that we cannot draw shadow on shell popups's sub-menus. |
@chigy, could we have an updated design toolkit? here: https://docs.microsoft.com/en-us/windows/uwp/design/downloads/ |
@adrientetar , we are currently working on it with update for WinUI2.2. |
Would be good if UI Toolkits were released at the same time as a WinUI version in the future. Maybe formally tie the two together. |
@mdtauk , I understand, I'd like that also. We are doing what we can. |
We noticed this with #1079 which was pointing out the space on Top/Bottom which is by design.
However, during the conversion, design and I noticed the gap on left/right and further noticed that they don't seem to be even on both sides... We would like this gap to be removed and the hover state to go edge to edge.
The text was updated successfully, but these errors were encountered: