diff options
author | Jonathan Yap <none@none> | 2011-02-12 06:30:19 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-02-12 06:30:19 -0500 |
commit | 2bd790daaab9603dc61b8cd431b2e5d65f91ef79 (patch) | |
tree | eec4c32ad386058e2bbd9d20540a1a770e6368a0 | |
parent | 924be3f25c2fca57a8d6f5f902eaeca5c2dd91e1 (diff) |
STORM-990 The arrow in the bottom right of the Landmark panel points down
-rw-r--r-- | doc/contributions.txt | 1 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_places.xml | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt index 516760aa5a..5aad56ba3b 100644 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -398,6 +398,7 @@ Jonathan Yap STORM-643 STORM-960 STORM-953 + STORM-990 Kage Pixel VWR-11 Ken March diff --git a/indra/newview/skins/default/xui/en/panel_places.xml b/indra/newview/skins/default/xui/en/panel_places.xml index d9c357f277..d907b5f7ec 100644 --- a/indra/newview/skins/default/xui/en/panel_places.xml +++ b/indra/newview/skins/default/xui/en/panel_places.xml @@ -214,7 +214,9 @@ background_visible="true" <menu_button follows="bottom|left|right" height="23" - label="▼" + image_disabled="ComboButton_UpOff" + image_unselected="ComboButton_UpOff" + image_selected="ComboButton_Up_On_Selected" layout="topleft" mouse_opaque="false" name="overflow_btn" |