DataWindow :

- nella creazione degli split aggiunto measure type per ogni valore.
This commit is contained in:
SaraP
2025-12-02 14:47:42 +01:00
parent 36691a7e06
commit a77901fcc3
4 changed files with 209 additions and 171 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ WIN_SPLITORIENTATION = {
-- tipi di misure
WIN_MEASURE = {
ABSOLUT = 1,
ABSOLUTE = 1,
PROPORTIONAL = 2,
PERCENTAGE = 3,
}