Skip to content
Snippets Groups Projects
Commit 52a387e0 authored by James Cook's avatar James Cook
Browse files

Fix up nav bar buy icon spacing.

Trivial, not reviewed.
parent b2a5a270
Branches
Tags
No related merge requests found
...@@ -638,7 +638,7 @@ static S32 layout_widget(LLUICtrl* widget, S32 right) ...@@ -638,7 +638,7 @@ static S32 layout_widget(LLUICtrl* widget, S32 right)
void LLLocationInputCtrl::refreshParcelIcons() void LLLocationInputCtrl::refreshParcelIcons()
{ {
// Our "cursor" moving right to left // Our "cursor" moving right to left
S32 x = mAddLandmarkBtn->getRect().mLeft - mIconHPad; S32 x = mAddLandmarkBtn->getRect().mLeft;
static LLUICachedControl<bool> show_properties("NavBarShowParcelProperties", false); static LLUICachedControl<bool> show_properties("NavBarShowParcelProperties", false);
if (show_properties) if (show_properties)
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
add_landmark_image_disabled="Favorite_Star_Off" add_landmark_image_disabled="Favorite_Star_Off"
add_landmark_image_hover="Favorite_Star_Over" add_landmark_image_hover="Favorite_Star_Over"
add_landmark_image_selected="Favorite_Star_Press" add_landmark_image_selected="Favorite_Star_Press"
add_landmark_hpad="10" add_landmark_hpad="12"
icon_hpad="2" icon_hpad="2"
allow_text_entry="true" allow_text_entry="true"
list_position="below" list_position="below"
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
<for_sale_button <for_sale_button
name="for_sale_btn" name="for_sale_btn"
image_unselected="parcel_lght_ForSale" image_unselected="parcel_lght_ForSale"
image_selected="parcel_lght_ForSale"
width="22" width="22"
height="18" height="18"
follows="right|top" follows="right|top"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment