This commit is contained in:
2025-11-16 08:46:56 +01:00
parent 40a28aecf3
commit e969533dc0
4 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ namespace Pilz.UI.Symbols;
public static class SymbolGlobals
{
public static int DefaultImageSmallSize { get;} = 16;
public static int DefaultImageMediumSize { get;} = 20;
public static int DefaultImageLargeSize { get;} = 32;
public static double DefaultImageSmallSize { get; set; } = 16;
public static double DefaultImageMediumSize { get; set; } = 20;
public static double DefaultImageLargeSize { get; set; } = 32;
}