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
|
||||
x:Name="btnCancel"
|
||||
Width="145"
|
||||
Height="38"
|
||||
Height="34"
|
||||
Margin="0 0 5 1"
|
||||
Click="BtnCancel_OnClick"
|
||||
Content="{DynamicResource cancel}" />
|
||||
<Button
|
||||
Name="DownButton"
|
||||
Width="145"
|
||||
Height="38"
|
||||
Height="34"
|
||||
Margin="5 0 0 1"
|
||||
Click="OnDoneButtonClick"
|
||||
Style="{StaticResource AccentButtonStyle}">
|
||||
|
|
|
|||
Loading…
Reference in a new issue