diff --git a/video/out/mac/title_bar.swift b/video/out/mac/title_bar.swift index d1fd0491c7..764c1ff5dd 100644 --- a/video/out/mac/title_bar.swift +++ b/video/out/mac/title_bar.swift @@ -49,7 +49,7 @@ class TitleBar: NSVisualEffectView { init(frame: NSRect, window: NSWindow, common com: Common) { let f = NSMakeRect(0, frame.size.height - TitleBar.height, - frame.size.width, TitleBar.height) + frame.size.width, TitleBar.height + 1) common = com super.init(frame: f) buttons.forEach { $0.isHidden = true }