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/ZCodexFile.cs')
-rw-r--r--UVtools.Core/FileFormats/ZCodexFile.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/UVtools.Core/FileFormats/ZCodexFile.cs b/UVtools.Core/FileFormats/ZCodexFile.cs
index 40d230d..6612d4c 100644
--- a/UVtools.Core/FileFormats/ZCodexFile.cs
+++ b/UVtools.Core/FileFormats/ZCodexFile.cs
@@ -179,6 +179,17 @@ namespace UVtools.Core.FileFormats
set => throw new NotImplementedException();
}
+ public override float DisplayWidth
+ {
+ get => 74.67f;
+ set {}
+ }
+ public override float DisplayHeight
+ {
+ get => 132.88f;
+ set { }
+ }
+
public override byte AntiAliasing => UserSettings.AntiAliasing;
public override float LayerHeight