ramensoftware / windows-11-notification-center-styling-guide

A collection of commonly requested notification center styling customizations for Windows 11
25 stars 2 forks source link

Remove shadow from Grid #4

Closed AsvnDG closed 4 months ago

AsvnDG commented 4 months ago

Hi,

I want to remove Shadow attribute from Grid (notification, calendar, etc), but don't know what to target/style If I manually remove Shadow attribute using UWPSpy, the shadow will gone

Here is the before after removing the shadow using UWPSpy for Calendar Grid

Before: Before

After: After

m417z commented 4 months ago

According to the screenshot, try: Target: Grid#CaneldarCenterGrid Style: Shadow:=

AsvnDG commented 4 months ago

And it works. Screenshot 2024-07-06 182228

Thank you!