From cbf0f0257b3bb309ffa0245f86b83ba03f48f506 Mon Sep 17 00:00:00 2001 From: Annamaria Sassi Date: Wed, 12 Aug 2026 12:57:41 +0200 Subject: [PATCH] Fix icone elementi per sash --- WebWindowComplex/Compo/AreaSash.razor | 28 +++++++++---------- WebWindowComplex/WebWindowComplex.csproj | 4 ++- .../WebWindowConfigurator.csproj | 4 ++- 3 files changed, 19 insertions(+), 17 deletions(-) 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 @@ + +