Fix launcher height (#3013)

* Added height for searchbox

* Updated top calculation for launcher window
This commit is contained in:
Divyansh Srivastava
2020-05-14 13:52:48 -07:00
committed by GitHub
parent 48215c1eae
commit b1ed7227d7
2 changed files with 4 additions and 3 deletions

View File

@@ -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"