diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-05-31 22:31:24 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-05-31 22:31:24 +0300 |
commit | 49b817d5062dbffb915facc3cda7e31dd2322e6e (patch) | |
tree | c9bc841889aa6c690b3d2f85e42247bdc7b1700f /indra/newview/llpanelmaininventory.h | |
parent | 23311903106293f29e22d21314bdab03bbd499f7 (diff) |
SL-19795 fix inventory list offset
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 2 |
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; |