mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 04:17:44 +01:00
Set window title’s visibility to hidden. Fix #186.
This commit is contained in:
parent
b4969bb6d4
commit
b3b8c73f1c
@ -28,7 +28,8 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
|
||||
override func windowDidLoad() {
|
||||
|
||||
super.windowDidLoad()
|
||||
|
||||
|
||||
window?.titleVisibility = .hidden
|
||||
window?.setFrameUsingName(windowAutosaveName, force: true)
|
||||
|
||||
detailSplitViewItem?.minimumThickness = 384
|
||||
|
Loading…
x
Reference in New Issue
Block a user