mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust Button Margin
This commit is contained in:
parent
664cbb5a58
commit
6b267c4309
1 changed files with 2 additions and 2 deletions
|
|
@ -256,13 +256,13 @@
|
|||
BorderThickness="1"
|
||||
Style="{StaticResource SettingSeparatorStyle}" />
|
||||
<Button
|
||||
Margin="12 4 12 8"
|
||||
Margin="12 8 12 4"
|
||||
HorizontalAlignment="Stretch"
|
||||
Command="{Binding ImportCommand}"
|
||||
Content="{DynamicResource ImportThemeSize}"
|
||||
ToolTip="{DynamicResource ImportThemeSizeToolTip}" />
|
||||
<Button
|
||||
Margin="12 4 12 8"
|
||||
Margin="12 4 12 12"
|
||||
HorizontalAlignment="Stretch"
|
||||
Command="{Binding ResetCommand}"
|
||||
Content="{DynamicResource resetCustomize}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue