diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2009-12-01 11:26:43 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2009-12-01 11:26:43 -0800 |
commit | dee48496166e44f0e9b13a6c0b348d3409ddf0e5 (patch) | |
tree | 270bb0fd1935a469acfa2c0dcefec7e84659bad4 /indra/newview/skins/default/xui | |
parent | 053c93f9f482d16bddf001efddaee0a0b52c95dc (diff) |
EXT-2635 No message reminding user that a restart is required to reset cache (was Clear Cache)
EXT-2652 Favorites bar drop-down button (for when favorites exceed width of viewer) is not configurable via XUI
EXT-2227 [BSI] Preferences -> Setup -> Cache Location blank
EXT-1036 Clicking menu separators selects wrong menu option (allows selection of greyed-out option)
reviewed by James
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_navigation_bar.xml | 29 |
1 files changed, 18 insertions, 11 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 bf33b752d9..e8f1ad85f9 100644 --- a/indra/newview/skins/default/xui/en/panel_navigation_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_navigation_bar.xml @@ -146,15 +146,22 @@ name="search_combo_editor"/> </search_combo_box> </panel> - - <favorites_bar - follows="left|right|top" - height="15" - layout="topleft" - left="0" - name="favorite" - image_drag_indication="Arrow_Down" - chevron_button_tool_tip="Show more of My Favorites" - bottom="62" - width="590" /> + <favorites_bar + follows="left|right|top" + height="15" + layout="topleft" + left="0" + name="favorite" + image_drag_indication="Arrow_Down" + bottom="62" + width="590"> + <chevron_button name=">>" + image_unselected="TabIcon_Close_Off" + image_selected="TabIcon_Close_Off" + tab_stop="false" + follows="left|bottom" + tool_tip="Show more of My Favorites" + width="15" + height="15"/> + </favorites_bar> </panel> |