| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-28 | 1.0 kB | |
| v2.6.19 -- alignment fix source code.tar.gz | 2026-04-28 | 455.3 MB | |
| v2.6.19 -- alignment fix source code.zip | 2026-04-28 | 456.8 MB | |
| Totals: 3 Items | 912.2 MB | 0 | |
v2.6.19 — Resource name & quantity X-alignment fix
Fixed
- Resource name vs position description X-alignment —
InlineTextInput's display-mode span already addspx-1(4px) of horizontal padding internally. The resource name slot was also applying its ownpl-1, double-padding to 8px while the position description column padding is only 4px (!pl-1). Removed the outerpl-1so the input's own 4px is the single source of truth — resource names now start at the exact same X coordinate as position description text. -
Resource quantity vs position quantity X-alignment — same double-padding bug on numeric slots.
InlineNumberInput's display span addspx-1(4px), and the qty slot hadpr-2(8px), totalling 12px from slot right-edge to text right-edge while the position quantity cell uses only 8px (!pr-2). Resource qty slot reduced topr-1 pl-1(4px) so combined with the input's 4px it sums to 8px, matching the position cell exactly.:::bash pip install --upgrade openconstructionerp==2.6.19