Move HUD to lower third of screen (classic pre-Tahoe position)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cee343dd96
commit
de21639c24
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class HUDPanel {
|
||||||
if let screen = NSScreen.main {
|
if let screen = NSScreen.main {
|
||||||
let screenFrame = screen.visibleFrame
|
let screenFrame = screen.visibleFrame
|
||||||
let x = screenFrame.midX - hudSize.width / 2
|
let x = screenFrame.midX - hudSize.width / 2
|
||||||
let y = screenFrame.midY - hudSize.height / 2
|
let y = screenFrame.origin.y + screenFrame.height * 0.28 - hudSize.height / 2
|
||||||
panel.setFrameOrigin(NSPoint(x: x, y: y))
|
panel.setFrameOrigin(NSPoint(x: x, y: y))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue