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

OverlayCornerRadius should be 8 #9082

Closed
niels9001 opened this issue May 7, 2024 · 0 comments · Fixed by #9119
Closed

OverlayCornerRadius should be 8 #9082

niels9001 opened this issue May 7, 2024 · 0 comments · Fixed by #9119
Assignees

Comments

@niels9001
Copy link

niels9001 commented May 7, 2024

Description

The OverlayCornerRadius is using 4. That should be 8.

See WinUI source code and:
image

Reproduction Steps

Look at source code

Expected behavior

<CornerRadius x:Key="OverlayCornerRadius">8,8,8,8</CornerRadius>

Actual behavior

<CornerRadius x:Key="OverlayCornerRadius">4,4,4,4</CornerRadius>

Regression?

No response

Known Workarounds

No response

Impact

No response

Configuration

No response

Other information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants