Correzione
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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 JWD per LUX</Description>
|
||||
@@ -148,6 +148,17 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user