Skip to content

Commit 6b267c4

Browse files
committed
Adjust Button Margin
1 parent 664cbb5 commit 6b267c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,13 @@
256256
BorderThickness="1"
257257
Style="{StaticResource SettingSeparatorStyle}" />
258258
<Button
259-
Margin="12 4 12 8"
259+
Margin="12 8 12 4"
260260
HorizontalAlignment="Stretch"
261261
Command="{Binding ImportCommand}"
262262
Content="{DynamicResource ImportThemeSize}"
263263
ToolTip="{DynamicResource ImportThemeSizeToolTip}" />
264264
<Button
265-
Margin="12 4 12 8"
265+
Margin="12 4 12 12"
266266
HorizontalAlignment="Stretch"
267267
Command="{Binding ResetCommand}"
268268
Content="{DynamicResource resetCustomize}"

0 commit comments

Comments
 (0)