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