|
|
@@ -20,6 +20,8 @@ enum AppWindowConfiguration {
|
|
20
|
20
|
window.titlebarAppearsTransparent = true
|
|
21
|
21
|
window.titleVisibility = .hidden
|
|
22
|
22
|
window.isMovableByWindowBackground = true
|
|
|
23
|
+ // Same as `DashboardView` chrome — avoids a white halo outside the grey frame with fullSizeContentView.
|
|
|
24
|
+ window.backgroundColor = NSColor(srgbRed: 247 / 255, green: 247 / 255, blue: 247 / 255, alpha: 1)
|
|
23
|
25
|
|
|
24
|
26
|
let targetContent = NSRect(origin: .zero, size: defaultContentSize)
|
|
25
|
27
|
let targetFrame = window.frameRect(forContentRect: targetContent)
|