Fix the issue with thin resize space in inventory folder floaters

This commit is contained in:
Liru Færs
2020-02-11 12:20:15 -05:00
parent 7db999d801
commit 6959b688be

View File

@@ -69,6 +69,7 @@ LFFloaterInvPanel::LFFloaterInvPanel(const LLSD& cat, const std::string& name, L
mPanel->setEnabled(true);
mPanel->removeBorder();
addChild(mPanel);
sendChildToBack(mPanel);
removeChild(panel);
}