mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Center prefs window after switching to the proper view.
This commit is contained in:
@@ -49,9 +49,10 @@ class PreferencesWindowController : NSWindowController, NSToolbarDelegate {
|
||||
|
||||
window?.showsToolbarButton = false
|
||||
window?.toolbar = toolbar
|
||||
window?.center()
|
||||
|
||||
switchToViewAtIndex(0)
|
||||
|
||||
window?.center()
|
||||
}
|
||||
|
||||
// MARK: Actions
|
||||
|
||||
Reference in New Issue
Block a user