mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-20 14:33:04 +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()
|
super.windowDidLoad()
|
||||||
|
|
||||||
window?.titleVisibility = .hidden
|
// window?.titleVisibility = .hidden
|
||||||
window?.setFrameUsingName(kWindowFrameKey, force: true)
|
window?.setFrameUsingName(kWindowFrameKey, force: true)
|
||||||
|
|
||||||
detailSplitViewItem?.minimumThickness = 384
|
detailSplitViewItem?.minimumThickness = 384
|
||||||
|
Loading…
Reference in New Issue
Block a user