mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 06:40:53 +00:00
The stat block was relaid two-per-row in the previous commit, but the reflow shifted subsequent panels by a delta computed against the block's old height. The block shrank, so the delta left a 12-grid-line dead band between the stat row and "Node Operating State Transitions". Recompute every panel's y by walking the list in order and pairing half-width panels, rather than patching offsets incrementally. The layout is now derived from panel order and heights, so this class of drift cannot recur. Verified: 192 grid lines, fully covered, no empty band, no overlaps, and no grid line occupied by more than two panels.