diff --git a/glass/src/lib/native/cpp/other/Field2D.cpp b/glass/src/lib/native/cpp/other/Field2D.cpp index dfe869276d..67d021200f 100644 --- a/glass/src/lib/native/cpp/other/Field2D.cpp +++ b/glass/src/lib/native/cpp/other/Field2D.cpp @@ -222,8 +222,8 @@ class ObjectInfo { class FieldInfo { public: - static constexpr auto kDefaultWidth = 15.98_m; - static constexpr auto kDefaultHeight = 8.21_m; + static constexpr auto kDefaultWidth = 16.541052_m; + static constexpr auto kDefaultHeight = 8.211_m; explicit FieldInfo(Storage& storage);