mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-20 06:30:31 +01:00
Make the window title visible, so that toolbar items can have labels. Fix #25.
This commit is contained in:
parent
d03dcf6dcd
commit
f87edca067
@ -19,7 +19,7 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
|
||||
|
||||
super.windowDidLoad()
|
||||
|
||||
window?.titleVisibility = .hidden
|
||||
// window?.titleVisibility = .hidden
|
||||
window?.setFrameUsingName(kWindowFrameKey, force: true)
|
||||
|
||||
detailSplitViewItem?.minimumThickness = 384
|
||||
|
Loading…
Reference in New Issue
Block a user