Change Shadow Style

This commit is contained in:
DB p 2022-09-15 10:53:54 +09:00
parent c81dd32d99
commit df4acaedba

View file

@ -238,9 +238,10 @@ namespace Flow.Launcher.Core.Resource
Property = Border.EffectProperty, Property = Border.EffectProperty,
Value = new DropShadowEffect Value = new DropShadowEffect
{ {
Opacity = 0.4, Opacity = 0.3,
ShadowDepth = 2, ShadowDepth = 12,
BlurRadius = 15 Direction = 270,
BlurRadius = 30
} }
}; };