summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r--indra/newview/skins/default/xui/en/panel_side_tray.xml11
1 files changed, 7 insertions, 4 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 07afb3e912..395b574425 100644
--- a/indra/newview/skins/default/xui/en/panel_side_tray.xml
+++ b/indra/newview/skins/default/xui/en/panel_side_tray.xml
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<!-- Side tray cannot show background because it is always
+ partially on screen to hold tab buttons. -->
<side_tray
name="sidebar"
background_visible="false"
@@ -6,6 +8,10 @@
width="333"
collapsed="true"
>
+ <!-- Individual tabs must show background to have seemless
+ appearance up to tray panel header word like "Home".
+ Embedded panels are inset by a pixel and so their
+ backgrounds will not block the world fully. -->
<sidetray_tab
name="sidebar_home"
help_topic="sidebar_home"
@@ -13,7 +19,6 @@
description="Home."
image="TabIcon_Open_Off"
mouse_opaque="false"
- background_opaque="false"
background_visible="true"
>
<panel
@@ -30,7 +35,6 @@
description="Find your friends, contacts and people nearby."
image="TabIcon_People_Off"
mouse_opaque="false"
- background_opaque="false"
background_visible="true"
>
<panel_container
@@ -64,6 +68,7 @@
</panel_container>
</sidetray_tab>
+
<sidetray_tab
name="sidebar_places"
help_topic="sidebar_places"
@@ -107,7 +112,6 @@
description="Change your appearance and current look."
image="TabIcon_Appearance_Off"
mouse_opaque="false"
- background_opaque="false"
background_visible="true"
>
<panel
@@ -119,5 +123,4 @@
/>
</sidetray_tab>
-
</side_tray>