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 /indra/newview/skins/default/xui | |
parent | 924be3f25c2fca57a8d6f5f902eaeca5c2dd91e1 (diff) |
STORM-990 The arrow in the bottom right of the Landmark panel points down
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_places.xml | 4 |
1 files changed, 3 insertions, 1 deletions
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" |