diff options
-rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 2 |
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() { |