We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664cbb5 commit 6b267c4Copy full SHA for 6b267c4
Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml
@@ -256,13 +256,13 @@
256
BorderThickness="1"
257
Style="{StaticResource SettingSeparatorStyle}" />
258
<Button
259
- Margin="12 4 12 8"
+ Margin="12 8 12 4"
260
HorizontalAlignment="Stretch"
261
Command="{Binding ImportCommand}"
262
Content="{DynamicResource ImportThemeSize}"
263
ToolTip="{DynamicResource ImportThemeSizeToolTip}" />
264
265
+ Margin="12 4 12 12"
266
267
Command="{Binding ResetCommand}"
268
Content="{DynamicResource resetCustomize}"
0 commit comments