Base: fix default unit schema

Fix the transcription error which occured while moving into
single structure. Default schema now uses milimeters again.

Fixes: 1155f0d752 ("Base: simplify UnitsSchemas management")
This commit is contained in:
Syres916
2025-05-09 15:47:40 +01:00
committed by Ladislav Michl
parent e577bebe56
commit 67d0345870

View File

@@ -82,7 +82,7 @@ inline const UnitsSchemaSpec s2
};
inline const UnitsSchemaSpec s3
{ 0, "Internal", "m", false, false, QT_TRANSLATE_NOOP("UnitsApi", "Internal (m, m², m³)"), true,
{ 0, "Internal", "mm", false, false, QT_TRANSLATE_NOOP("UnitsApi", "Standard (mm, kg, s, °)"), true,
{
{ "Length", {
{ 1e-6 , "mm" , 1.0 },