summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-09-01 20:03:03 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-09-23 11:32:26 +0300
commitb8c5f35a907ebeb551c8122e2d1dc2b77822c726 (patch)
treec385c83b664d0f54b46c91ac14096483b1f02175
parentbc07bc526cd9492e488380edcc5a6db102fad2d9 (diff)
SL-13852 Show menu below the button
-rw-r--r--indra/newview/llpanelmaininventory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp
index f845e9b056..7d04c1dc67 100644
--- a/indra/newview/llpanelmaininventory.cpp
+++ b/indra/newview/llpanelmaininventory.cpp
@@ -1178,6 +1178,7 @@ void LLPanelMainInventory::initListCommandsHandlers()
mMenuVisibility = LLUICtrlFactory::getInstance()->createFromFile<LLToggleableMenu>("menu_inventory_search_visibility.xml", gMenuHolder, LLViewerMenuHolderGL::child_registry_t::instance());
mVisibilityMenuButton->setMenu(mMenuVisibility);
+ mVisibilityMenuButton->setMenuPosition(LLMenuButton::MP_BOTTOM_LEFT);
// Update the trash button when selected item(s) get worn or taken off.
LLOutfitObserver::instance().addCOFChangedCallback(boost::bind(&LLPanelMainInventory::updateListCommands, this));