diff options
| author | Justin Rounds <chuck@lindenlab.com> | 2009-10-13 16:30:27 +0000 | 
|---|---|---|
| committer | Justin Rounds <chuck@lindenlab.com> | 2009-10-13 16:30:27 +0000 | 
| commit | 93b92d960406d585627172bc7fb9fd9300046475 (patch) | |
| tree | fba3d0a91d71a8cc8f915dce1cbd8a51c724840c | |
| parent | 20e56a6925b4d4106059a73a22170beb5a38be1e (diff) | |
Adjusted position of Favorites button as per http://jira.secondlife.com/browse/EXT-1318
| -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" | 
