wpf icon indicating copy to clipboard operation
wpf copied to clipboard

OverlayCornerRadius should be 8

Open niels9001 opened this issue 1 year ago • 0 comments

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

niels9001 avatar May 07 '24 08:05 niels9001