diff options
author | Chuck Linden <chuck@lindenlab.com> | 2010-02-01 18:23:10 -0500 |
---|---|---|
committer | Chuck Linden <chuck@lindenlab.com> | 2010-02-01 18:23:10 -0500 |
commit | f119b1652d3fc72e3cbd19b3f95ac1ce1f87ed34 (patch) | |
tree | cd36fece97047b1880506e40df541231b04fcbd9 | |
parent | 0f8cdbe72a7b76bc1ca26b4573ab360ea4b12376 (diff) |
Added "Favorites Bar" label and tooltip.
http://jira.secondlife.com/browse/EXT-4834
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_navigation_bar.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_navigation_bar.xml b/indra/newview/skins/default/xui/en/panel_navigation_bar.xml index baa6c2e51f..5fe5db892a 100644 --- a/indra/newview/skins/default/xui/en/panel_navigation_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_navigation_bar.xml @@ -139,11 +139,12 @@ font="SansSerifSmall" height="15" layout="topleft" - left="0" + left="102" name="favorite" image_drag_indication="Accordion_ArrowOpened_Off" bottom="55" - width="590"> + tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!" + width="590"> <chevron_button name=">>" image_unselected="TabIcon_Close_Off" image_selected="TabIcon_Close_Off" @@ -154,4 +155,15 @@ top="15" height="15"/> </favorites_bar> + <text + follows="left|top" + font.style="BOLD" + height="15" + layout="topleft" + left="10" + top_pad="-12" + name="favorites_bar_label" + text_color="LtGray" + tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!" + width="102">Favorites Bar</text> </panel> |