fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user