Skip to content

Commit 6f71540

Browse files
committed
Merge branch 'feature/configure_backup_retention' of https://github.com/BornToBeRoot/NETworkManager into feature/configure_backup_retention
2 parents a88100c + bbd3e8a commit 6f71540

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Source/NETworkManager.Settings/SettingsInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private void OnPropertyChanged([CallerMemberName] string propertyName = null)
5151

5252
/// <summary>
5353
/// Determines if the welcome dialog should be shown on application start.
54-
/// </summary>S
54+
/// </summary>
5555
public bool WelcomeDialog_Show
5656
{
5757
get => _welcomeDialog_Show;

Source/NETworkManager/Views/SettingsSettingsView.xaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<TextBlock Text="{x:Static localization:Strings.MaximumNumberOfBackups}"
3838
Style="{StaticResource CenterTextBlock}"
3939
Margin="0,0,0,10" />
40-
<StackPanel Orientation="Horizontal" Margin="0,0,0,20">
40+
<StackPanel Orientation="Horizontal" Margin="0,0,0,20">
4141
<mah:NumericUpDown Value="{Binding MaximumNumberOfBackups}"
4242
IsEnabled="{Binding IsDailyBackupEnabled}"
4343
Minimum="1" Maximum="365" Interval="1"/>
@@ -51,7 +51,6 @@
5151
</StackPanel>
5252
<TextBlock Style="{StaticResource HeaderTextBlock}" Text="{x:Static localization:Strings.Reset}" />
5353
<Button Content="{x:Static localization:Strings.Reset}" Command="{Binding ResetSettingsCommand}"
54-
Style="{StaticResource DefaultButton}" HorizontalAlignment="Left"
55-
/>
54+
Style="{StaticResource DefaultButton}" HorizontalAlignment="Left" />
5655
</StackPanel>
5756
</UserControl>

0 commit comments

Comments
 (0)