diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-09 16:43:10 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-09 16:43:10 +0300 |
commit | 8ca811f84989538d8834eb098103637d3d0d6673 (patch) | |
tree | 60ac18310844b81df791531cf37eb8c3a6c97461 /indra/newview/skins/default/xui/en/panel_hide_beacon.xml | |
parent | 22524a009079e06c5b3de0d6fd57f5c9d2fd1cd7 (diff) |
SL-14799 add "Hide beacon" button
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_hide_beacon.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_hide_beacon.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_hide_beacon.xml b/indra/newview/skins/default/xui/en/panel_hide_beacon.xml new file mode 100644 index 0000000000..cb22719cef --- /dev/null +++ b/indra/newview/skins/default/xui/en/panel_hide_beacon.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<panel + height="25" + layout="topleft" + name="panel_hide_beacon" + mouse_opaque="false" + visible="true" + width="133"> + <button + follows="left|bottom" + height="19" + label="Hide beacon" + layout="topleft" + left="10" + name="hide_beacon_btn" + tool_tip="Stop tracking and hide beacon" + top="2" + visible="true" + width="113" /> +</panel> |