mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust Button Size
This commit is contained in:
parent
4dd7833603
commit
52da1c97d9
1 changed files with 2 additions and 2 deletions
|
|
@ -155,14 +155,14 @@
|
||||||
<Button
|
<Button
|
||||||
x:Name="btnCancel"
|
x:Name="btnCancel"
|
||||||
Width="145"
|
Width="145"
|
||||||
Height="38"
|
Height="34"
|
||||||
Margin="0 0 5 1"
|
Margin="0 0 5 1"
|
||||||
Click="BtnCancel_OnClick"
|
Click="BtnCancel_OnClick"
|
||||||
Content="{DynamicResource cancel}" />
|
Content="{DynamicResource cancel}" />
|
||||||
<Button
|
<Button
|
||||||
Name="DownButton"
|
Name="DownButton"
|
||||||
Width="145"
|
Width="145"
|
||||||
Height="38"
|
Height="34"
|
||||||
Margin="5 0 0 1"
|
Margin="5 0 0 1"
|
||||||
Click="OnDoneButtonClick"
|
Click="OnDoneButtonClick"
|
||||||
Style="{StaticResource AccentButtonStyle}">
|
Style="{StaticResource AccentButtonStyle}">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue