diff options
| -rw-r--r-- | indra/newview/lllocationinputctrl.cpp | 2 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/widgets/location_input.xml | 3 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/indra/newview/lllocationinputctrl.cpp b/indra/newview/lllocationinputctrl.cpp index 45c60df84f..9d4dc2b285 100644 --- a/indra/newview/lllocationinputctrl.cpp +++ b/indra/newview/lllocationinputctrl.cpp @@ -638,7 +638,7 @@ static S32 layout_widget(LLUICtrl* widget, S32 right)  void LLLocationInputCtrl::refreshParcelIcons()  {  	// Our "cursor" moving right to left -	S32 x = mAddLandmarkBtn->getRect().mLeft - mIconHPad; +	S32 x = mAddLandmarkBtn->getRect().mLeft;  	static LLUICachedControl<bool> show_properties("NavBarShowParcelProperties", false);  	if (show_properties) 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 90887dead6..ea78f6d0dd 100644 --- a/indra/newview/skins/default/xui/en/widgets/location_input.xml +++ b/indra/newview/skins/default/xui/en/widgets/location_input.xml @@ -11,7 +11,7 @@                  add_landmark_image_disabled="Favorite_Star_Off"                  add_landmark_image_hover="Favorite_Star_Over"                  add_landmark_image_selected="Favorite_Star_Press" -				add_landmark_hpad="10" +				add_landmark_hpad="12"                  icon_hpad="2"                  allow_text_entry="true"                  list_position="below" @@ -42,6 +42,7 @@    <for_sale_button      name="for_sale_btn"      image_unselected="parcel_lght_ForSale" +    image_selected="parcel_lght_ForSale"      width="22"      height="18"      follows="right|top" | 
