We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56af8e commit 0b2a072Copy full SHA for 0b2a072
Desktop Viewer/Classes/LoggerWindowController.m
@@ -628,7 +628,7 @@ - (void)splitView:(NSSplitView *)sender resizeSubviewsWithOldSize:(NSSize)oldSiz
628
NSView *mainDisplay = [[sender subviews] objectAtIndex:1];
629
NSRect frame = mainDisplay.frame;
630
frame.size.width += newSize.width - oldSize.width;
631
- frame.size.height += newSize.height - oldSize.height;
+ frame.size.height = newSize.height;
632
[mainDisplay setFrame:frame];
633
634
NSView *sidebar = [[sender subviews] objectAtIndex:0];
0 commit comments