diff options
author | Andrew Dyukov <adyukov@productengine.com> | 2010-09-09 21:18:35 +0300 |
---|---|---|
committer | Andrew Dyukov <adyukov@productengine.com> | 2010-09-09 21:18:35 +0300 |
commit | db162193096221674f6ef64049d0c9e10f3def16 (patch) | |
tree | d12969e8d5dc04a3f4d47bbc0bc12b7e7928f930 /indra/newview | |
parent | 72e597a6f9e6dacbb41383ee8ee29e55acff4b74 (diff) |
STORM-97 FIXED Fixed position of back button in Landmark info panel on width resize
Corrected "follows" attribute for button in xml.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_landmark_info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_landmark_info.xml b/indra/newview/skins/default/xui/en/panel_landmark_info.xml index c5d6aced7a..f8ae238148 100644 --- a/indra/newview/skins/default/xui/en/panel_landmark_info.xml +++ b/indra/newview/skins/default/xui/en/panel_landmark_info.xml @@ -57,7 +57,7 @@ translate="false" value="Parcel_R_Dark" /> <button - follows="top|right" + follows="top|left" height="24" image_hover_unselected="BackButton_Over" image_pressed="BackButton_Press" |