diff options
| author | James Cook <james@lindenlab.com> | 2009-12-01 13:58:01 -0800 | 
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-12-01 13:58:01 -0800 | 
| commit | b3a424a7e341f875747abd47b9d0a5eda2c3d3c9 (patch) | |
| tree | 96da936b99f29ec414b9028939f89ec594872428 | |
| parent | dd6fa93d84a267c6367f83c2d7581207e6dd878d (diff) | |
EXT-2888 'Parcel Variable Icons' don't follow right edge of nav bar
Needed follows flags set
| -rw-r--r-- | indra/newview/skins/default/xui/en/widgets/location_input.xml | 19 | 
1 files changed, 13 insertions, 6 deletions
| 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 ea78f6d0dd..d32952b04f 100644 --- a/indra/newview/skins/default/xui/en/widgets/location_input.xml +++ b/indra/newview/skins/default/xui/en/widgets/location_input.xml @@ -53,35 +53,40 @@      name="voice_icon"      width="22"      height="18" -	top="21" +    top="21" +    follows="right|top"      image_name="parcel_lght_VoiceNo"      />    <fly_icon      name="fly_icon"      width="22"      height="18" -	top="21" +    top="21" +    follows="right|top"      image_name="parcel_lght_FlyNo"      />    <push_icon      name="push_icon"      width="22"      height="18" -	top="21" +    top="21" +    follows="right|top"      image_name="parcel_lght_PushNo"      />    <build_icon      name="build_icon"      width="22"      height="18" -	top="21" +    top="21" +    follows="right|top"      image_name="parcel_lght_BuildNo"      />    <scripts_icon      name="scripts_icon"      width="22"      height="18" -	top="21" +    top="21" +    follows="right|top"      image_name="parcel_lght_ScriptsNo"      />    <!-- NOTE: Placeholder icon, there is no dark grayscale version --> @@ -89,7 +94,8 @@      name="damage_icon"      width="22"      height="18" -	top="21" +    top="21" +    follows="right|top"      image_name="parcel_lght_Damage"      />    <!-- Default text color is invisible on top of nav bar background --> @@ -98,6 +104,7 @@  	width="35"  	height="18"  	top="16" +    follows="right|top"  	halign="right"  	font="SansSerifSmall"  	text_color="TextFgColor" | 
