summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/panel_places.xml
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2010-11-24 18:56:21 +0200
committerVadim ProductEngine <vsavchuk@productengine.com>2010-11-24 18:56:21 +0200
commit552ddf4be4a5b906fb65b477cfba68da54bb8ec2 (patch)
tree3d250ecb1661a5a5c543ccd20ae2516228f42b99 /indra/newview/skins/default/xui/pl/panel_places.xml
parentd7d23d16246e182c1cc74a57cac357aaa5c6c8e2 (diff)
STORM-666 FIXED Menu spawned by the overflow button had invalid position in Place Profile and Avatar Profile panels.
Changes: * Changed the button class from LLButton to LLMenuButton to avoid duplicating menu positioning logic. * Enabled LLMenuButton to support aligning menu to the top right corner of the button.
Diffstat (limited to 'indra/newview/skins/default/xui/pl/panel_places.xml')
-rw-r--r--indra/newview/skins/default/xui/pl/panel_places.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/pl/panel_places.xml b/indra/newview/skins/default/xui/pl/panel_places.xml
index e0a0cfd96a..34c105225d 100644
--- a/indra/newview/skins/default/xui/pl/panel_places.xml
+++ b/indra/newview/skins/default/xui/pl/panel_places.xml
@@ -21,7 +21,7 @@
<button label="Edytuj" name="edit_btn" tool_tip="Edytuj informacje landmarka"/>
</layout_panel>
<layout_panel name="overflow_btn_lp">
- <button label="▼" name="overflow_btn" tool_tip="Pokaż opcje dodatkowe"/>
+ <menu_button label="▼" name="overflow_btn" tool_tip="Pokaż opcje dodatkowe"/>
</layout_panel>
</layout_stack>
<layout_stack name="bottom_bar_ls3">