mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
small layout change
This commit is contained in:
@@ -730,7 +730,7 @@
|
||||
NSRect frame = [window frame];
|
||||
NSView * view = [[fTabView selectedTabViewItem] view];
|
||||
|
||||
float difference = height - [view frame].size.height;
|
||||
float difference = (height - [view frame].size.height) * [window userSpaceScaleFactor];;
|
||||
frame.origin.y -= difference;
|
||||
frame.size.height += difference;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user