Skip to content

Set window size to match built-in screen frame#6

Merged
kebot merged 1 commit into
mainfrom
fix/set-window-size-to-screen-frame
Oct 12, 2025
Merged

Set window size to match built-in screen frame#6
kebot merged 1 commit into
mainfrom
fix/set-window-size-to-screen-frame

Conversation

@kebot
Copy link
Copy Markdown
Owner

@kebot kebot commented Oct 12, 2025

Update the window configuration to use the full screen frame dimensions instead of a fixed height. The window now:

  • Uses screen_frame.height instead of fixed 60px height
  • Uses screen_position for positioning instead of hardcoded (0, 0)
  • Matches NSScreen.builtIn.frame behavior on macOS

🤖 Generated with Claude Code

Resolves: #5

Update the window configuration to use the full screen frame dimensions instead of a fixed height. The window now:
- Uses screen_frame.height instead of fixed 60px height
- Uses screen_position for positioning instead of hardcoded (0, 0)
- Matches NSScreen.builtIn.frame behavior on macOS

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@kebot kebot merged commit 69748d0 into main Oct 12, 2025
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.

Bug: Notch Support

1 participant