Skip to content

Commit

Permalink
Fixed a margin issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Jan 6, 2024
1 parent d85d3ad commit a0d98e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PermaTop/Pages/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
Foreground="{DynamicResource Foreground1}"
Style="{DynamicResource CheckBoxStyle1}"
Unchecked="LaunchOnStartChk_Checked" />
<StackPanel Margin="10 0 0 0" Orientation="Horizontal">
<StackPanel Margin="10 0 0 10" Orientation="Horizontal">
<TextBlock
VerticalAlignment="Center"
FontFamily="..\Fonts\#FluentSystemIcons-Regular"
Expand Down

0 comments on commit a0d98e0

Please sign in to comment.