diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2011-05-06 18:29:43 -0700 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2011-05-06 18:29:43 -0700 |
commit | b43da6721e538290962cafa7ddd32a8f4c7e21db (patch) | |
tree | e6eddfdc3b71bf4fff78d28e4b77a70e42b850a8 /indra/newview/skins/minimal/xui/en | |
parent | 32d30f33be853c0e1e2fc7657c14cd4575b19db2 (diff) |
Viewer UI work to add icons for the nav bar and places profile to indicate parcel privacy settings. Using engineering art icons.
Diffstat (limited to 'indra/newview/skins/minimal/xui/en')
-rw-r--r-- | indra/newview/skins/minimal/xui/en/widgets/location_input.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/skins/minimal/xui/en/widgets/location_input.xml b/indra/newview/skins/minimal/xui/en/widgets/location_input.xml index fe06a2d816..1292b43605 100644 --- a/indra/newview/skins/minimal/xui/en/widgets/location_input.xml +++ b/indra/newview/skins/minimal/xui/en/widgets/location_input.xml @@ -113,6 +113,15 @@ font="SansSerifSmall" text_color="TextFgColor" /> + <privacy_icon + name="privacy_icon" + width="14" + height="13" + top="19" + left="2" + follows="right|top" + image_name="Parcel_PrivacyOn_Dark" + /> <combo_button name="Location History" label="" |