dotnet / wpf

WPF is a .NET Core UI framework for building Windows desktop applications.
MIT License
6.88k stars 1.14k forks source link

OverlayCornerRadius should be 8 #9082

Closed niels9001 closed 1 week ago

niels9001 commented 1 month ago

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