PDF: Duplicar espacio entre familias de categorías
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m13s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m13s
This commit is contained in:
@@ -242,7 +242,7 @@ function renderizarCategoriasHorizontal(
|
||||
): void {
|
||||
const checkboxSize = 2.5 // Checkbox más pequeño
|
||||
const rowHeight = 3.8 // Altura de fila
|
||||
const parentSpacing = 2 // Espacio después de cada grupo padre+hijos
|
||||
const familySpacing = 4 // Espacio entre familias (grupos padre+hijos)
|
||||
const childIndent = 3 // Indentación para hijos en wrap
|
||||
|
||||
let currentX = x
|
||||
@@ -287,8 +287,8 @@ function renderizarCategoriasHorizontal(
|
||||
})
|
||||
}
|
||||
|
||||
// Añadir espacio después del grupo
|
||||
currentX += parentSpacing
|
||||
// Añadir espacio entre familias
|
||||
currentX += familySpacing
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user