Skip to content

Commit

Permalink
Fixed wrong icon in Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Nov 20, 2022
1 parent acb523d commit 0010707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Datalya/Pages/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<Expander Style="{DynamicResource ExpanderStyle1}" Margin="10,10,10,0" Background="{Binding Source={StaticResource Background2}}" Foreground="{Binding Source={StaticResource Foreground1}}">
<Expander.Header>
<StackPanel Margin="10 15" Orientation="Horizontal">
<TextBlock Text="&#xF28C;" FontSize="22" FontFamily="..\Fonts\#FluentSystemIcons-Regular" VerticalAlignment="Center"/>
<TextBlock Text="&#xF419;" FontSize="22" FontFamily="..\Fonts\#FluentSystemIcons-Regular" VerticalAlignment="Center"/>
<StackPanel>
<TextBlock Text="{x:Static lang:Resources.Data}" FontSize="18" VerticalAlignment="Center" FontWeight="ExtraBold" Margin="10,0,0,0"/>
<TextBlock Text="{x:Static lang:Resources.ResetData}" FontSize="13" VerticalAlignment="Center" Margin="10,0,0,0" TextWrapping="Wrap"/>
Expand Down

0 comments on commit 0010707

Please sign in to comment.