diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2011-05-09 11:00:54 -0700 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2011-05-09 11:00:54 -0700 |
commit | b55d678f8da105aa02d913abcbf66fc9bd167363 (patch) | |
tree | c6464772448e51fcf1b3d7548228b766d4b2af4a | |
parent | b43da6721e538290962cafa7ddd32a8f4c7e21db (diff) |
Clean up parcel privacy icons and locations
-rw-r--r-- | indra/newview/skins/default/textures/icons/Parcel_PrivacyOff_Dark.png | bin | 787 -> 730 bytes | |||
-rw-r--r-- | indra/newview/skins/default/textures/icons/Parcel_PrivacyOn_Dark.png | bin | 833 -> 814 bytes | |||
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/location_input.xml | 7 | ||||
-rw-r--r-- | indra/newview/skins/minimal/xui/en/widgets/location_input.xml | 9 |
4 files changed, 7 insertions, 9 deletions
diff --git a/indra/newview/skins/default/textures/icons/Parcel_PrivacyOff_Dark.png b/indra/newview/skins/default/textures/icons/Parcel_PrivacyOff_Dark.png Binary files differindex 5f9fba4447..8b3376e514 100644 --- a/indra/newview/skins/default/textures/icons/Parcel_PrivacyOff_Dark.png +++ b/indra/newview/skins/default/textures/icons/Parcel_PrivacyOff_Dark.png diff --git a/indra/newview/skins/default/textures/icons/Parcel_PrivacyOn_Dark.png b/indra/newview/skins/default/textures/icons/Parcel_PrivacyOn_Dark.png Binary files differindex ad93163a85..4e474d7f5a 100644 --- a/indra/newview/skins/default/textures/icons/Parcel_PrivacyOn_Dark.png +++ b/indra/newview/skins/default/textures/icons/Parcel_PrivacyOn_Dark.png diff --git a/indra/newview/skins/default/xui/en/widgets/location_input.xml b/indra/newview/skins/default/xui/en/widgets/location_input.xml index c818cdfaeb..5a60576b4a 100644 --- a/indra/newview/skins/default/xui/en/widgets/location_input.xml +++ b/indra/newview/skins/default/xui/en/widgets/location_input.xml @@ -125,10 +125,9 @@ /> <privacy_icon name="privacy_icon" - width="14" - height="13" - top="19" - left="2" + width="22" + height="18" + top="21" follows="right|top" image_name="Parcel_PrivacyOn_Dark" /> 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 1292b43605..531e378425 100644 --- a/indra/newview/skins/minimal/xui/en/widgets/location_input.xml +++ b/indra/newview/skins/minimal/xui/en/widgets/location_input.xml @@ -115,12 +115,11 @@ /> <privacy_icon name="privacy_icon" - width="14" - height="13" - top="19" - left="2" + width="0" + height="0" + visible="false" + top="21" follows="right|top" - image_name="Parcel_PrivacyOn_Dark" /> <combo_button name="Location History" |