mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix HotkeyDialog Button Size
This commit is contained in:
parent
219e00334f
commit
8fac98d0a1
1 changed files with 6 additions and 6 deletions
|
|
@ -125,12 +125,12 @@
|
|||
BorderThickness="0 1 0 0"
|
||||
CornerRadius="0 0 8 8">
|
||||
<StackPanel
|
||||
Margin="10"
|
||||
Margin="10 9 10 10"
|
||||
HorizontalAlignment="Center"
|
||||
Orientation="Horizontal">
|
||||
<Button
|
||||
x:Name="OverwriteBtn"
|
||||
Height="30"
|
||||
MinHeight="36"
|
||||
MinWidth="100"
|
||||
Margin="0 0 4 0"
|
||||
Click="Overwrite"
|
||||
|
|
@ -139,26 +139,26 @@
|
|||
Visibility="Collapsed" />
|
||||
<Button
|
||||
x:Name="SaveBtn"
|
||||
Height="30"
|
||||
MinHeight="36"
|
||||
MinWidth="100"
|
||||
Margin="0 0 4 0"
|
||||
Click="Save"
|
||||
Content="{DynamicResource commonSave}"
|
||||
Style="{StaticResource AccentButtonStyle}" />
|
||||
<Button
|
||||
Height="30"
|
||||
MinHeight="36"
|
||||
MinWidth="100"
|
||||
Margin="4 0 4 0"
|
||||
Click="Reset"
|
||||
Content="{DynamicResource commonReset}" />
|
||||
<Button
|
||||
Height="30"
|
||||
MinHeight="36"
|
||||
MinWidth="100"
|
||||
Margin="4 0 4 0"
|
||||
Click="Delete"
|
||||
Content="{DynamicResource commonDelete}" />
|
||||
<Button
|
||||
Height="30"
|
||||
MinHeight="36"
|
||||
MinWidth="100"
|
||||
Margin="4 0 0 0"
|
||||
Click="Cancel"
|
||||
|
|
|
|||
Loading…
Reference in a new issue