a5c51f08f89dcba2208145bcac692ca9c73ef273
It was confined to the band above the build button bar's strip, borrowing the selection panel's rule. That rule exists because the selection panel is full-height on the right, where the bar's strip is genuinely in the way. This panel is short and in the corner, and the bar is centered and sized to its buttons, so the corner is normally free -- reserving the whole strip pushed the panel up for a collision that was not happening. It now sits in the bottom-left corner and shares the view's bottom edge with the bar, rising only when the panel's rectangle would actually intersect the bar's, in which case it clears the bar's top by the usual margin and caps its height at what is left. So it moves for a wide bar and a wide panel, and drops back into the corner as soon as they no longer meet. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YHcUerKAZKWNvSKJxYKbnG
Description
No description provided
Languages
C++
96%
CMake
2.2%
Python
1.2%
C
0.6%