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>
+3 -1
View File
@@ -6,7 +6,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>3.1.8.2614</Version>
<Version>3.1.8.2713</Version>
<Authors>Annamaria Sassi</Authors>
<Company>Egalware</Company>
<Description>Componente gestione Configurazioni avanzate Window per LUX</Description>
@@ -72,6 +72,8 @@