diff options
| -rw-r--r-- | indra/newview/skins/default/xui/en/widgets/location_input.xml | 8 | 
1 files changed, 5 insertions, 3 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 e06838a0f8..defa6ff00d 100644 --- a/indra/newview/skins/default/xui/en/widgets/location_input.xml +++ b/indra/newview/skins/default/xui/en/widgets/location_input.xml @@ -35,11 +35,13 @@                            hover_glow_amount="0.15"                            image_hover_selected="Favorite_Star_Over"                            image_hover_unselected="Favorite_Star_Over" -                          width="16" -                          height="16" +                          width="18" +                          height="18"                            tool_tip="Add this to My Landmarks"                            follows="right|top" -                          scale_image="false" /> +                          scale_image="false" +			  top="19" +			  left="-3" />    <combo_button name="Location History"                            label=""                            pad_right="0" | 
