mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-04 22:06:46 +01:00
Mark PreferencesWindowController as final.
This commit is contained in:
parent
8d5bd91c74
commit
33d1ff3804
@ -27,7 +27,7 @@ private struct ToolbarItemIdentifier {
|
|||||||
static let Advanced = "Advanced"
|
static let Advanced = "Advanced"
|
||||||
}
|
}
|
||||||
|
|
||||||
class PreferencesWindowController : NSWindowController, NSToolbarDelegate {
|
final class PreferencesWindowController : NSWindowController, NSToolbarDelegate {
|
||||||
|
|
||||||
private let windowWidth = CGFloat(512.0) // Width is constant for all views; only the height changes
|
private let windowWidth = CGFloat(512.0) // Width is constant for all views; only the height changes
|
||||||
private var viewControllers = [String: NSViewController]()
|
private var viewControllers = [String: NSViewController]()
|
||||||
|
Loading…
Reference in New Issue
Block a user