pub const STATUSLINE_HEIGHT: u32 = 30;Expand description
Statusline strip height in pixels. 30 px fits a 14-px glyph row
with comfortable padding above + below; matches the recommendation
in docs/ui-stack.md. Bumping this requires the host window to
re-layout the CEF child rect.