This commit is contained in:
Frank Skare
2019-04-12 16:12:12 +02:00
parent b75bae3c38
commit 1bae00051b
20 changed files with 337 additions and 289 deletions

View File

@@ -9,7 +9,7 @@ namespace Controls
public static Brush ThemeBrush {
get {
if (Environment.OSVersion.Version.Major < 10)
return new SolidColorBrush(Colors.DarkSlateGray);
return new SolidColorBrush(SystemColors.WindowTextColor);
else
return SystemParameters.WindowGlassBrush;
}