mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
Fix launcher height (#3013)
* Added height for searchbox * Updated top calculation for launcher window
This commit is contained in:
committed by
GitHub
parent
48215c1eae
commit
b1ed7227d7
@@ -42,7 +42,9 @@
|
||||
<Border.Effect>
|
||||
<DropShadowEffect BlurRadius="16" Opacity="0.8" ShadowDepth="0" />
|
||||
</Border.Effect>
|
||||
<local:LauncherControl x:Name="SearchBox" />
|
||||
<local:LauncherControl
|
||||
x:Name="SearchBox"
|
||||
Height="60"/>
|
||||
</Border>
|
||||
<Border
|
||||
x:Name="ListBoxBorder"
|
||||
|
||||
Reference in New Issue
Block a user