🐛 Stockpile panel: missing opacity + layout overlap + ESC menu bottom gap #20
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bugs
1 — Stockpile panel ignores uiOpacity
The stockpile background (top-right) uses a hardcoded alpha of 0.72 and is not wired to the global uiOpacity setting. It should use
uiOpacitylike all other overlays.2 — "Nisse" count overlaps "carrot" row
The population text (
Nisse: 0 / 0 [V]) is rendered at a fixed y-offset that collides with the last item row (carrot). The panel height or the pop-text y-position needs to be adjusted to prevent the overlap.3 — ESC menu missing bottom margin
The ESC menu is positioned exactly centered, but the bottom edge has no visible gap to the screen border. Add a minimum bottom margin so the panel never touches the screen edge.