diff options
author | Merov Linden <merov@lindenlab.com> | 2013-07-23 17:12:53 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-07-23 17:12:53 -0700 |
commit | 05c2e087153a9816de2c6218c2509cbdb935ccf0 (patch) | |
tree | 6c3a390190eef6b39db8e6389119d94bb3199701 /indra/newview/skins/default/xui/en/panel_prim_media_controls.xml | |
parent | 6df15cb0908dab240e85b5db1433726ee09ad9bf (diff) |
ACME-734 : MoaP : Move the secure lock icon to the left on Media on Prim address bar
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_prim_media_controls.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/en/panel_prim_media_controls.xml | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_prim_media_controls.xml b/indra/newview/skins/default/xui/en/panel_prim_media_controls.xml index 198ccd6e2f..8f90521bb2 100755 --- a/indra/newview/skins/default/xui/en/panel_prim_media_controls.xml +++ b/indra/newview/skins/default/xui/en/panel_prim_media_controls.xml @@ -315,7 +315,18 @@ <line_editor.commit_callback function="MediaCtrl.CommitURL"/> </line_editor> - <layout_stack + <icon + name="media_secure_lock_flag" + height="16" + follows="top|left" + image_name="Lock2" + layout="topleft" + left_delta="2" + top_delta="2" + visible="false" + tool_tip="Secured Browsing" + width="16" /> + <layout_stack name="media_address_url_icons" animate="false" follows="top|right" @@ -340,19 +351,6 @@ tool_tip="White List enabled" width="16" /> </layout_panel> - <layout_panel - layout="topleft" - width="16" - mouse_opaque="false" - auto_resize="false"> - <icon - name="media_secure_lock_flag" - height="16" - image_name="Lock2" - layout="topleft" - tool_tip="Secured Browsing" - width="16" /> - </layout_panel> </layout_stack> </layout_panel> <layout_panel |