diff --git a/WebWindowComplex/Compo/AreaSash.razor b/WebWindowComplex/Compo/AreaSash.razor
index 6653451..7c2bd17 100644
--- a/WebWindowComplex/Compo/AreaSash.razor
+++ b/WebWindowComplex/Compo/AreaSash.razor
@@ -121,9 +121,9 @@
@(CurrSashDim.SelMeasureType.ToString() switch
{
- "Absolute" => "mm",
- "Proportional" => "*",
- "Percentage" => "%",
+ "ABSOLUTE" => "mm",
+ "PROPORTIONAL" => "*",
+ "PERCENTAGE" => "%",
_ => CurrSashDim.SelMeasureType.ToString()
})
diff --git a/WebWindowComplex/Compo/EditSplitDimensions.razor b/WebWindowComplex/Compo/EditSplitDimensions.razor
index b2806ca..4eef74b 100644
--- a/WebWindowComplex/Compo/EditSplitDimensions.razor
+++ b/WebWindowComplex/Compo/EditSplitDimensions.razor
@@ -13,9 +13,9 @@
@(CurrRec.SelMeasureType.ToString() switch
{
- "Absolute" => "mm",
- "Proportional" => "*",
- "Percentage" => "%",
+ "ABSOLUTE" => "mm",
+ "PROPORTIONAL" => "*",
+ "PERCENTAGE" => "%",
_ => CurrRec.SelMeasureType.ToString()
})
diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj
index 7b7e55b..f38d648 100644
--- a/WebWindowComplex/WebWindowComplex.csproj
+++ b/WebWindowComplex/WebWindowComplex.csproj
@@ -6,7 +6,7 @@
net8.0
enable
enable
- 3.1.8.2614
+ 3.1.8.2713
Annamaria Sassi
Egalware
Componente gestione Configurazioni avanzate Window per LUX
@@ -72,6 +72,8 @@
+
+
diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj
index a001536..6ce80e8 100644
--- a/WebWindowConfigurator/WebWindowConfigurator.csproj
+++ b/WebWindowConfigurator/WebWindowConfigurator.csproj
@@ -6,7 +6,7 @@
net8.0
enable
enable
- 3.1.8.2614
+ 3.1.8.2713
Annamaria Sassi
Egalware
Componente gestione JWD per LUX
@@ -148,6 +148,17 @@
+
+
+
+
+
+
+
+
+
+
+