Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/FileFormats/UVJFile.cs')
-rw-r--r--UVtools.Core/FileFormats/UVJFile.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/UVtools.Core/FileFormats/UVJFile.cs b/UVtools.Core/FileFormats/UVJFile.cs
index 79d232b..9071ec3 100644
--- a/UVtools.Core/FileFormats/UVJFile.cs
+++ b/UVtools.Core/FileFormats/UVJFile.cs
@@ -168,6 +168,17 @@ namespace UVtools.Core.FileFormats
set => JsonSettings.Properties.Size.Y = (ushort) value;
}
+ public override float DisplayWidth
+ {
+ get => JsonSettings.Properties.Size.Millimeter.X;
+ set => JsonSettings.Properties.Size.Millimeter.X = value;
+ }
+ public override float DisplayHeight
+ {
+ get => JsonSettings.Properties.Size.Millimeter.Y;
+ set => JsonSettings.Properties.Size.Millimeter.Y = value;
+ }
+
public override byte AntiAliasing => JsonSettings.Properties.AntiAliasLevel;
public override float LayerHeight