fix: layout issues in macOS client torrent inspector window (#4366)

This commit is contained in:
SweetPPro
2022-12-17 05:27:37 +11:00
committed by GitHub
parent 0824c2da6d
commit 5d5893036d
9 changed files with 117 additions and 283 deletions

View File

@@ -9,6 +9,8 @@
@interface InfoActivityViewController : NSViewController<InfoViewController>
- (NSRect)viewRect;
- (void)checkLayout;
- (void)checkWindowSize;
- (void)updateWindowLayout;
- (void)setInfoForTorrents:(NSArray<Torrent*>*)torrents;
@@ -19,5 +21,6 @@
- (void)clearView;
@property(nonatomic) IBOutlet NSView* fTransferView;
@property(nonatomic) CGFloat oldHeight;
@end