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
393c861660
commit
0a6c534228
1 changed files with 2 additions and 2 deletions
|
|
@ -116,14 +116,14 @@
|
|||
<Button
|
||||
x:Name="btnCancel"
|
||||
Width="145"
|
||||
Height="30"
|
||||
Height="38"
|
||||
Margin="10 0 10 0"
|
||||
Click="BtnCancel_OnClick"
|
||||
Content="{DynamicResource cancel}" />
|
||||
<Button
|
||||
x:Name="btnDone"
|
||||
Width="145"
|
||||
Height="30"
|
||||
Height="38"
|
||||
Margin="10 0 10 0"
|
||||
Click="btnDone_OnClick"
|
||||
Style="{StaticResource AccentButtonStyle}">
|
||||
|
|
|
|||
Loading…
Reference in a new issue