We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f146d commit aca7b99Copy full SHA for aca7b99
Source/NETworkManager/Views/SettingsSettingsView.xaml
@@ -51,7 +51,6 @@
51
</StackPanel>
52
<TextBlock Style="{StaticResource HeaderTextBlock}" Text="{x:Static localization:Strings.Reset}" />
53
<Button Content="{x:Static localization:Strings.Reset}" Command="{Binding ResetSettingsCommand}"
54
- Style="{StaticResource DefaultButton}" HorizontalAlignment="Left"
55
- />
+ Style="{StaticResource DefaultButton}" HorizontalAlignment="Left" />
56
57
</UserControl>
0 commit comments