PDF: Aumentar espacio entre familias a 8
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m12s

This commit is contained in:
2025-11-24 18:11:38 -06:00
parent ab0dbfb37e
commit 2a227b49c2

View File

@@ -243,7 +243,7 @@ function renderizarCategoriasHorizontal(
): void { ): void {
const checkboxSize = 2.5 // Checkbox más pequeño const checkboxSize = 2.5 // Checkbox más pequeño
const rowHeight = 3.8 // Altura de fila const rowHeight = 3.8 // Altura de fila
const familySpacing = 4 // Espacio entre familias const familySpacing = 8 // Espacio entre familias
const itemSpacing = 1 // Espacio entre items dentro de familia const itemSpacing = 1 // Espacio entre items dentro de familia
let currentX = x let currentX = x