diff --git a/WebWindowComplex/Compo/AreaSash.razor b/WebWindowComplex/Compo/AreaSash.razor index bca0049..362b136 100644 --- a/WebWindowComplex/Compo/AreaSash.razor +++ b/WebWindowComplex/Compo/AreaSash.razor @@ -279,23 +279,21 @@
-
- @foreach (var element in CurrSashDim.ElementDimensionList) + @foreach (var element in CurrSashDim.ElementDimensionList) + { + @if (CurrSashDim.ElementDimensionList.Count <= 4) { - @if (CurrSashDim.ElementDimensionList.Count <= 4) - { -
- -
- } - else - { -
- -
- } +
+ +
} -
+ else + { +
+ +
+ } + }
diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj index ac286ae..ec8e004 100644 --- a/WebWindowComplex/WebWindowComplex.csproj +++ b/WebWindowComplex/WebWindowComplex.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 3.1.8.1210 + 3.1.8.1212 Annamaria Sassi Egalware Componente gestione Configurazioni avanzate Window per LUX @@ -145,6 +145,8 @@ + + diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index 1f3e912..629bb67 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 3.1.8.1210 + 3.1.8.1212 Annamaria Sassi Egalware Componente gestione JWD per LUX @@ -444,6 +444,8 @@ + +