small layout change

This commit is contained in:
Mitchell Livingston
2007-08-20 02:26:59 +00:00
parent 1f08d0ce52
commit 89fc445266
2 changed files with 3 additions and 2 deletions

View File

@@ -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;