mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
fix: layout issues in macOS client torrent inspector window (#4366)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user