Skip to content

Commit bbd3e8a

Browse files
Remove trailing whitespace from SettingsSettingsView.xaml (#3307)
* Initial plan * Remove trailing whitespace from SettingsSettingsView.xaml line 40 Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
1 parent 1db52f4 commit bbd3e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/NETworkManager/Views/SettingsSettingsView.xaml

Lines changed: 1 addition & 1 deletion
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"/>

0 commit comments

Comments
 (0)