summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.cpp
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-04-20 14:56:57 +0300
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-04-20 14:56:57 +0300
commit5527c65064d12d3916d15d8694fd1abb85e37f62 (patch)
tree1bbf67cec684edaab4c30952bd73e6e4d68cad9d /indra/newview/llpanelmaininventory.cpp
parenta03f3cd00db95fb8dc6fd500e95054c654088bf7 (diff)
SL-19105 set Combination view as default
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-rw-r--r--indra/newview/llpanelmaininventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp
index d8845a7d94..ee1801b9f3 100644
--- a/indra/newview/llpanelmaininventory.cpp
+++ b/indra/newview/llpanelmaininventory.cpp
@@ -119,7 +119,7 @@ LLPanelMainInventory::LLPanelMainInventory(const LLPanel::Params& p)
mMenuViewDefault(NULL),
mSingleFolderMode(false),
mForceShowInvLayout(false),
- mViewMode(MODE_LIST),
+ mViewMode(MODE_COMBINATION),
mListViewRootUpdatedConnection(),
mGalleryRootUpdatedConnection()
{