From 6959b688be347d77d0c8b33979a92c42a82f8a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Tue, 11 Feb 2020 12:20:15 -0500 Subject: [PATCH] Fix the issue with thin resize space in inventory folder floaters --- indra/newview/lffloaterinvpanel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/lffloaterinvpanel.cpp b/indra/newview/lffloaterinvpanel.cpp index b892c374d..d729054e3 100644 --- a/indra/newview/lffloaterinvpanel.cpp +++ b/indra/newview/lffloaterinvpanel.cpp @@ -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); }