Correzione

This commit is contained in:
Annamaria Sassi
2026-08-27 14:25:09 +02:00
parent c2c7c262ba
commit 65748cdac5
4 changed files with 21 additions and 8 deletions
+3 -3
View File
@@ -121,9 +121,9 @@
<span class="input-group-text" style="width:6rem; background-color:#e9ecef">
@(CurrSashDim.SelMeasureType.ToString() switch
{
"Absolute" => "mm",
"Proportional" => "*",
"Percentage" => "%",
"ABSOLUTE" => "mm",
"PROPORTIONAL" => "*",
"PERCENTAGE" => "%",
_ => CurrSashDim.SelMeasureType.ToString()
})
</span>
@@ -13,9 +13,9 @@
<span class="input-group-text" style="width:6rem; background-color:#e9ecef">
@(CurrRec.SelMeasureType.ToString() switch
{
"Absolute" => "mm",
"Proportional" => "*",
"Percentage" => "%",
"ABSOLUTE" => "mm",
"PROPORTIONAL" => "*",
"PERCENTAGE" => "%",
_ => CurrRec.SelMeasureType.ToString()
})
</span>