Skip to content
Snippets Groups Projects
Commit c1873ecc authored by Josh Siegle's avatar Josh Siegle
Browse files

Fixed bounds setting in UIComponent

parent 85675f2f
Branches
Tags
No related merge requests found
......@@ -124,7 +124,7 @@ void UIComponent::resized()
if (editorViewportButton->isOpen())
height = h - top - 195;
else
height = h - top - 90;
height = h - top - 45;
width = w - left - 5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment