summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave SIMmONs <simon@lindenlab.com>2011-05-09 11:00:54 -0700
committerDave SIMmONs <simon@lindenlab.com>2011-05-09 11:00:54 -0700
commitb55d678f8da105aa02d913abcbf66fc9bd167363 (patch)
treec6464772448e51fcf1b3d7548228b766d4b2af4a
parentb43da6721e538290962cafa7ddd32a8f4c7e21db (diff)
Clean up parcel privacy icons and locations
-rw-r--r--indra/newview/skins/default/textures/icons/Parcel_PrivacyOff_Dark.pngbin787 -> 730 bytes
-rw-r--r--indra/newview/skins/default/textures/icons/Parcel_PrivacyOn_Dark.pngbin833 -> 814 bytes
-rw-r--r--indra/newview/skins/default/xui/en/widgets/location_input.xml7
-rw-r--r--indra/newview/skins/minimal/xui/en/widgets/location_input.xml9
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
index 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
Binary files differ
diff --git a/indra/newview/skins/default/textures/icons/Parcel_PrivacyOn_Dark.png b/indra/newview/skins/default/textures/icons/Parcel_PrivacyOn_Dark.png
index 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
Binary files differ
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"