mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Add replace win + r option
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
SizeToContent="Height"
|
||||
ResizeMode="NoResize"
|
||||
WindowStyle="None"
|
||||
WindowStartupLocation="CenterScreen"
|
||||
WindowStartupLocation="Manual"
|
||||
ShowInTaskbar="False"
|
||||
Style="{DynamicResource WindowStyle}"
|
||||
Icon="Images\app.png"
|
||||
>
|
||||
<Grid Style="{DynamicResource GridStyle}">
|
||||
<Grid Style="{DynamicResource GridStyle}" x:Name="grid">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition ></RowDefinition>
|
||||
<RowDefinition></RowDefinition>
|
||||
|
||||
Reference in New Issue
Block a user