Skip to content

Commit

Permalink
make clang happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetppro authored and ckerr committed Jun 13, 2022
1 parent dffc9b6 commit 38c00b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macosx/ControllerWindowMethods.mm
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ - (NSRect)sizedWindowFrame
}
}
}

//commit scrollview changes
scrollViewFrame.origin.y = BOTTOM_BAR_HEIGHT;
[scrollView setFrame:scrollViewFrame];
Expand Down

0 comments on commit 38c00b4

Please sign in to comment.