Projects STRLCPY NETworkManager Commits 05926af6
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    Source/NETworkManager/Views/SettingsSettingsView.xaml
    skipped 128 lines
    129 129   </StackPanel>
    130 130   <TextBlock Style="{StaticResource HeaderTextBlock}" Text="{x:Static localization:Strings.Export}" />
    131 131   <StackPanel Margin="0,0,0,20">
    132  - <Button Content="{x:Static localization:Strings.Export}" Command="{Binding ExportSettingsCommand}" IsEnabled="{Binding SettingsExists}" HorizontalAlignment="Left" />
     132 + <Button Content="{x:Static localization:Strings.Export}" Command="{Binding ExportSettingsCommand}" IsEnabled="{Binding SettingsExists}" Style="{StaticResource DefaultButton}" HorizontalAlignment="Left" />
    133 133   <TextBlock Foreground="{DynamicResource MahApps.Brushes.Accent}" Text="{Binding ExportStatusMessage}" Visibility="{Binding DisplayExportStatusMessage, Converter={StaticResource BooleanToVisibilityCollapsedConverter}}" Style="{DynamicResource DefaultTextBlock}" Margin="0,10,0,0" />
    134 134   </StackPanel>
    135 135   <TextBlock Style="{StaticResource HeaderTextBlock}" Text="{x:Static localization:Strings.Reset}" />
    136 136   <TextBlock Style="{StaticResource DefaultTextBlock}" Text="{x:Static localization:Strings.ThisWillResetAllSettings}" Margin="0,0,0,10" />
    137  - <Button Content="{x:Static localization:Strings.Reset}" Command="{Binding ResetSettingsCommand}" IsEnabled="{Binding SettingsExists}" HorizontalAlignment="Left" />
     137 + <Button Content="{x:Static localization:Strings.Reset}" Command="{Binding ResetSettingsCommand}" IsEnabled="{Binding SettingsExists}" Style="{StaticResource DefaultButton}" HorizontalAlignment="Left" />
    138 138   </StackPanel>
    139 139  </UserControl>
    140 140   
    skipped 1 lines
  • ■ ■ ■ ■ ■
    docs/04_Changelog.md
    skipped 20 lines
    21 21  ## Improvements
    22 22   
    23 23  ## Bugfixes
     24 +- Design of some buttons fixed [#591](https://github.com/BornToBeRoot/NETworkManager/issues/591){:target="_blank"}
    24 25   
    25 26  ## Other
    26 27   
    skipped 486 lines
Please wait...
Page is in error, reload to recover