Fix constraints issues on Yosemite when hiding web seed view (OS X)

This commit is contained in:
Mike Gelfand
2016-03-03 22:27:45 +00:00
parent 375571c9b4
commit 87373cdafd
3 changed files with 35 additions and 23 deletions

View File

@@ -37,12 +37,11 @@
IBOutlet NSTableView * fPeerTable;
IBOutlet WebSeedTableView * fWebSeedTable;
CGFloat fWebSeedTableHeight, fSpaceBetweenWebSeedAndPeer;
IBOutlet NSTextField * fConnectedPeersField;
IBOutlet NSLayoutConstraint * fWebSeedTableHeightConstraint;
IBOutlet NSLayoutConstraint * fPeerTableTopConstraint;
CGFloat fViewTopMargin;
IBOutlet NSLayoutConstraint * fWebSeedTableTopConstraint;
}
- (void) setInfoForTorrents: (NSArray *) torrents;