[Run] XamlStyler formatting (#30011)

* XamlStyler formatting

* remove unused theme files

* fix formatting
This commit is contained in:
Davide Giacometti
2023-12-08 14:57:42 +01:00
committed by GitHub
parent b3804a9f38
commit 9e03386eb3
4 changed files with 3 additions and 164 deletions

View File

@@ -10,6 +10,7 @@
xmlns:vm="clr-namespace:PowerLauncher.ViewModel"
Title="PowerToys Run"
Width="640"
MinHeight="0"
d:DataContext="{d:DesignInstance vm:MainViewModel}"
ui:ExtendsContentIntoTitleBar="True"
AllowDrop="True"
@@ -27,8 +28,7 @@
Visibility="{Binding MainWindowVisibility, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
WindowStartupLocation="Manual"
WindowStyle="None"
mc:Ignorable="d"
MinHeight="0">
mc:Ignorable="d">
<Grid x:Name="RootGrid" MouseDown="OnMouseDown">
<!-- We set the background here because the Acrylic can be too translucent / background too bright on Light theme -->