diff options
author | James Cook <james@lindenlab.com> | 2009-10-23 16:40:10 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-10-23 16:40:10 -0700 |
commit | 71822edfe824c5f7c742d6d9b8528f8ff541963b (patch) | |
tree | 22de1305aaf4b4f4740714fd2443fbdbd47c422a /indra/newview/skins/default | |
parent | 2438a9168b117dcabf5e5819f93e08a874735a26 (diff) |
EXT-968 Side tray buttons have "selected" appearance when each tab is selected.
Changed mTabs to hold LLSideTrayTab* so we don't have to dynamic_cast<> everywhere
Reviewed with Leyla.
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_side_tray.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_side_tray.xml b/indra/newview/skins/default/xui/en/panel_side_tray.xml index 6abcbc40d2..3f64c9c633 100644 --- a/indra/newview/skins/default/xui/en/panel_side_tray.xml +++ b/indra/newview/skins/default/xui/en/panel_side_tray.xml @@ -35,6 +35,7 @@ tab_title="People" description="Find your friends, contacts and people nearby." image="TabIcon_People_Off" + image_selected="TabIcon_People_Selected" mouse_opaque="false" background_visible="true" > @@ -77,6 +78,7 @@ label="Places" description="Find places to go and places you've visited before." image="TabIcon_Places_Off" + image_selected="TabIcon_Places_Selected" mouse_opaque="false" background_visible="true" > @@ -95,6 +97,7 @@ tab_title="Me" description="Edit your public profile and Picks." image="TabIcon_Me_Off" + image_selected="TabIcon_Me_Selected" mouse_opaque="false" background_visible="true" > @@ -112,6 +115,7 @@ tab_title="Appearance" description="Change your appearance and current look." image="TabIcon_Appearance_Off" + image_selected="TabIcon_Appearance_Selected" mouse_opaque="false" background_visible="true" > |