Projects STRLCPY NETworkManager Commits c75be9b5
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    Source/NETworkManager.Settings/AppearanceManager.cs
    skipped 46 lines
    47 47   
    48 48   MetroDialog.CustomResourceDictionary = new ResourceDictionary
    49 49   {
    50  - Source = new Uri("NETworkManager;component/Resources/Styles/MetroDialogStyles.xaml", UriKind.RelativeOrAbsolute)
     50 + Source = new Uri("NETworkManager;component/Resources/Styles/MetroDialogStyles.xaml", UriKind.RelativeOrAbsolute),
    51 51   };
     52 + 
     53 + MetroDialog.DialogButtonFontSize = 14;
     54 + MetroDialog.DialogMessageFontSize = 14;
    52 55   }
    53 56  
    54 57   /// <summary>
    skipped 28 lines
  • ■ ■ ■ ■ ■
    docs/04_Changelog.md
    skipped 1 lines
    2 2  layout: default
    3 3  title: Changelog
    4 4  nav_order: 4
    5  -description: "Changelog and download links of all available versions"
     5 +description: "Changelog and download links of all available versions."
    6 6  permalink: /Changelog
    7 7  ---
    8 8   
    skipped 13 lines
    22 22   
    23 23  ## Bugfixes
    24 24  - Profile dialog height fixed [#594](https://github.com/BornToBeRoot/NETworkManager/issues/594){:target="_blank"}
     25 +- Dialog button FontSize fixed [MahApps/MahApps.Metro#594](https://github.com/MahApps/MahApps.Metro/issues/4069){:target="_blank"}
    25 26  - Design of some buttons fixed [#591](https://github.com/BornToBeRoot/NETworkManager/issues/591){:target="_blank"}
    26 27   
    27 28  ## Other
    skipped 489 lines
Please wait...
Page is in error, reload to recover