mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
macOS - fix some window drawing issues (#3278)
* macOS - fix some window drawing issues fixes an issue with torrent clipping when number of torrents displayed overflows the screen height
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
@property(nonatomic, readonly) CGFloat titlebarHeight;
|
||||
@property(nonatomic, readonly) CGFloat mainWindowComponentHeight;
|
||||
@property(nonatomic, readonly) CGFloat scrollViewHeight;
|
||||
@property(nonatomic, readonly) CGFloat fullScreenScrollViewHeight;
|
||||
@property(nonatomic, readonly) CGFloat minWindowContentSizeAllowed;
|
||||
@property(nonatomic, readonly) BOOL isFullScreen;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user