mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[Launcher] Fluent UX enhancements (#2477)
* Removed unnecessary styling resources. Fixed searchbox overlay. Fixed a bug where the command buttons would fall of the list * Fixed a bug where the app icon could overlap the title/path textblocks * Consistent background / border color * Tweaked shadow, background color now theme depended
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
BorderThickness="4"
|
||||
CornerRadius="4">
|
||||
<Border.Effect>
|
||||
<DropShadowEffect BlurRadius="12" Opacity="0.4" ShadowDepth="0" />
|
||||
<DropShadowEffect BlurRadius="16" Opacity="0.8" ShadowDepth="0" />
|
||||
</Border.Effect>
|
||||
<xaml:WindowsXamlHost
|
||||
InitialTypeName="PowerLauncher.UI.LauncherControl"
|
||||
@@ -51,7 +51,7 @@
|
||||
CornerRadius="4"
|
||||
Visibility="{Binding Results.Visbility}">
|
||||
<Border.Effect>
|
||||
<DropShadowEffect BlurRadius="12" Opacity="0.4" ShadowDepth="0" />
|
||||
<DropShadowEffect BlurRadius="16" Opacity="0.8" ShadowDepth="0" />
|
||||
</Border.Effect>
|
||||
<xaml:WindowsXamlHost
|
||||
InitialTypeName="PowerLauncher.UI.ResultList"
|
||||
|
||||
Reference in New Issue
Block a user