Set the feed directory window controller class in IB.
This commit is contained in:
parent
ef8f508ee4
commit
1a53e59c3a
|
@ -8,7 +8,7 @@
|
|||
<!--Window Controller-->
|
||||
<scene sceneID="joN-Oe-nep">
|
||||
<objects>
|
||||
<windowController showSeguePresentationStyle="single" id="z5E-aV-xMb" sceneMemberID="viewController">
|
||||
<windowController showSeguePresentationStyle="single" id="z5E-aV-xMb" customClass="FeedListWindowController" customModule="Evergreen" customModuleProvider="target" sceneMemberID="viewController">
|
||||
<window key="window" identifier="feedDirectoryWindow" title="Feed Directory" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" frameAutosaveName="FeedDirectoryWindow" animationBehavior="default" id="Ty3-Oi-cUp">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
||||
|
|
|
@ -13,7 +13,6 @@ class FeedListWindowController : NSWindowController {
|
|||
|
||||
override func windowDidLoad() {
|
||||
|
||||
window!.contentView?.translatesAutoresizingMaskIntoConstraints = false
|
||||
}
|
||||
|
||||
@IBAction func addToFeeds(_ sender: AnyObject) {
|
||||
|
|
Loading…
Reference in New Issue