mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +00:00
Fix constraints issues on Yosemite when hiding web seed view (OS X)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user