Skip to content
Snippets Groups Projects
Commit 38db1292 authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

SL-14901 adjusted 'More' button

parent e48ce282
No related branches found
No related tags found
No related merge requests found
......@@ -402,6 +402,8 @@ LLFavoritesBarCtrl::LLFavoritesBarCtrl(const LLFavoritesBarCtrl::Params& p)
mMoreTextBox = LLUICtrlFactory::create<LLTextBox> (more_button_params);
mMoreTextBox->setClickedCallback(boost::bind(&LLFavoritesBarCtrl::showDropDownMenu, this));
addChild(mMoreTextBox);
LLRect rect = mMoreTextBox->getRect();
mMoreTextBox->setRect(LLRect(rect.mLeft - rect.getWidth(), rect.mTop, rect.mRight, rect.mBottom));
mDropDownItemsCount = 0;
......
......@@ -187,7 +187,7 @@
name="favorite"
image_drag_indication="Accordion_ArrowOpened_Off"
tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!"
width="268">
width="310">
<label
follows="left|top"
height="13"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment