Skip to content

fix: Reserve space for status bar so it doesn't overlap panels#74

Merged
traplol merged 1 commit intomainfrom
agent/issue-71
Mar 21, 2026
Merged

fix: Reserve space for status bar so it doesn't overlap panels#74
traplol merged 1 commit intomainfrom
agent/issue-71

Conversation

@traplol
Copy link
Copy Markdown
Owner

@traplol traplol commented Mar 21, 2026

Summary

  • Reduce the dockspace window height by GetFrameHeight() (the status bar's height) so docked panels no longer render behind the bottom status bar
  • Apply the same adjustment to DockBuilderSetNodeSize so the initial first-frame layout is also correct

Closes #71

🤖 Generated with Claude Code

Reserve status bar height when sizing the dockspace host window and
initial dock builder node, so panels no longer extend behind the
bottom status bar.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@traplol traplol merged commit d497ddc into main Mar 21, 2026
3 checks passed
@traplol traplol deleted the agent/issue-71 branch March 21, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The bottom status / info bar cuts off panels

1 participant