From 65748cdac538d19477caa6e90487dbdff1c23a33 Mon Sep 17 00:00:00 2001 From: Annamaria Sassi Date: Thu, 27 Aug 2026 14:25:09 +0200 Subject: [PATCH] Correzione --- WebWindowComplex/Compo/AreaSash.razor | 6 +++--- WebWindowComplex/Compo/EditSplitDimensions.razor | 6 +++--- WebWindowComplex/WebWindowComplex.csproj | 4 +++- WebWindowConfigurator/WebWindowConfigurator.csproj | 13 ++++++++++++- 4 files changed, 21 insertions(+), 8 deletions(-) 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 @@ + + + + + + + + + + +