summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-05-31 22:31:24 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-05-31 22:31:24 +0300
commit49b817d5062dbffb915facc3cda7e31dd2322e6e (patch)
treec9bc841889aa6c690b3d2f85e42247bdc7b1700f /indra/newview/llpanelmaininventory.h
parent23311903106293f29e22d21314bdab03bbd499f7 (diff)
SL-19795 fix inventory list offset
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r--indra/newview/llpanelmaininventory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h
index cc36385e90..daf7cf5ad3 100644
--- a/indra/newview/llpanelmaininventory.h
+++ b/indra/newview/llpanelmaininventory.h
@@ -210,6 +210,8 @@ private:
LLInventorySingleFolderPanel* mCombinationInventoryPanel;
LLInventoryGallery* mCombinationGalleryPanel;
LLPanel* mCombinationViewPanel;
+ LLPanel* mCombinationGalleryLayoutPanel;
+ LLPanel* mCombinationListLayoutPanel;
boost::signals2::connection mListViewRootUpdatedConnection;
boost::signals2::connection mGalleryRootUpdatedConnection;