Set the feed directory window controller class in IB.

This commit is contained in:
Brent Simmons 2018-01-27 12:35:32 -08:00
parent ef8f508ee4
commit 1a53e59c3a
2 changed files with 1 additions and 2 deletions

View File

@ -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"/>

View File

@ -13,7 +13,6 @@ class FeedListWindowController : NSWindowController {
override func windowDidLoad() {
window!.contentView?.translatesAutoresizingMaskIntoConstraints = false
}
@IBAction func addToFeeds(_ sender: AnyObject) {