This commit is contained in:
Stefan Hutter
2025-02-16 10:17:32 +01:00
parent 0969e308a7
commit d0d96c0732
61 changed files with 209 additions and 47 deletions

View File

@@ -25,8 +25,8 @@ namespace OnDoc.Klassen
private static int r;
private static int b;
private static int g;
public static byte ShadowOpacity = 0;
public static byte InactivShadowOpacity = 0;
public static byte ShadowOpacity = 100;
public static byte InactivShadowOpacity = 100;
public static Color Titelbar()
{