diff options
author | Richard Linden <none@none> | 2011-10-13 20:31:41 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-10-13 20:31:41 -0700 |
commit | 8e3717e187766f0ad24f29886ae930be186a4394 (patch) | |
tree | 6eae9bc20ba436e4cbc965c4a9265880f4ce5409 /indra/newview/skins/default/xui/en/panel_navigation_bar.xml | |
parent | 706aa7078276fbeaaaa51b57cd229714277438f7 (diff) |
EXP-1323 FIX Mouselook text "Press ESC to return to World View" overlaps with bottom toolbar if mode is icon only
hide toolbars in mouselook
hide top_info_bar when hiding UI
disable mouselook when hiding UI
fixed layout of more button in navigation bar
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_navigation_bar.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_navigation_bar.xml | 10 |
1 files changed, 6 insertions, 4 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 ab6fa36e6c..7a8e872dc9 100644 --- a/indra/newview/skins/default/xui/en/panel_navigation_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_navigation_bar.xml @@ -188,10 +188,12 @@ <more_button follows="left|bottom" name=">>" - tab_stop="false" - tool_tip="Show more of My Favorites" - top="15" - width="50"> + tab_stop="false" + tool_tip="Show more of My Favorites" + top="13" + width="50" + bottom="0" + valign="bottom"> More ▼ </more_button> </favorites_bar> |