diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-14 14:49:43 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-14 14:49:43 +0300 |
commit | 77aac9579170369a11f0884e16bd730f8cbb8bdb (patch) | |
tree | ec5dfe7a608ee2ccdb4cf2d121fa1c81c7102045 /indra/newview/skins/default/xui/en/panel_performance_troubleshooting.xml | |
parent | 54ffa6a23d093af8932f8978d3c1a420153f7997 (diff) |
SL-15297 performance floater ui update
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_performance_troubleshooting.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_performance_troubleshooting.xml | 190 |
1 files changed, 0 insertions, 190 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_performance_troubleshooting.xml b/indra/newview/skins/default/xui/en/panel_performance_troubleshooting.xml deleted file mode 100644 index 0a14eeb1c0..0000000000 --- a/indra/newview/skins/default/xui/en/panel_performance_troubleshooting.xml +++ /dev/null @@ -1,190 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<panel - bevel_style="none" - follows="left|top" - height="490" - width="580" - name="panel_performance_troubleshooting" - layout="topleft" - left="0" - top="0"> - <button - height="16" - width="16" - layout="topleft" - mouse_opaque="true" - follows="left|top" - name="back_btn" - top="7" - image_selected="Arrow_Left_Off" - image_pressed="Arrow_Left_Off" - image_unselected="Arrow_Left_Off" - left="15" - is_toggle="true"> - </button> - <text - follows="left|top" - height="20" - layout="topleft" - left_pad="3" - top="10" - name="back_lbl" - width="40"> - Back - </text> - <text - follows="left|top" - font="SansSerifLarge" - text_color="PerformanceMid" - height="20" - layout="topleft" - left="20" - top_pad="10" - name="troubleshooting_title" - width="300"> - Fixes for common problems - </text> - <text - follows="left|top" - font="SansSerifSmall" - text_color="White" - height="18" - layout="topleft" - top_pad="5" - name="troubleshooting_desc" - width="580"> - Some problems result from the complexity of the location where you are. All you can do is leave. - </text> - <text - follows="left|top" - font="SansSerifLarge" - text_color="White" - height="20" - layout="topleft" - top_pad="30" - name="rubberbanding_title" - width="580"> - Rubberbanding - </text> - <text - follows="left|top" - font="SansSerifSmall" - text_color="White" - height="18" - layout="topleft" - top_pad="5" - name="rubberbanding_desc" - width="580"> - When you walk, your avatar may be pulled backward again and again. - </text> - <text - follows="left|top" - font="SansSerifSmall" - text_color="White" - height="18" - layout="topleft" - top_pad="3" - name="rubberbanding_fix" - width="580"> - Fix: XXXXXXX - </text> - <text - follows="left|top" - font="SansSerifLarge" - text_color="White" - height="20" - layout="topleft" - top_pad="25" - name="tex_thrashing_title" - width="580"> - Texture thrashing - </text> - <text - follows="left|top" - font="SansSerifSmall" - text_color="White" - height="18" - layout="topleft" - top_pad="5" - name="tex_thrashing_desc" - width="580"> - On objects near you, you may see their surfaces get blurry, then sharp, then blurry again. - </text> - <text - follows="left|top" - font="SansSerifSmall" - text_color="White" - height="18" - layout="topleft" - top_pad="3" - name="tex_thrashing_fix" - width="580"> - Fix: XXXXXXX - </text> - <text - follows="left|top" - font="SansSerifLarge" - text_color="White" - height="20" - layout="topleft" - top_pad="25" - name="av_moving_title" - width="580"> - Avatars are not moving smoothly - </text> - <text - follows="left|top" - font="SansSerifSmall" - text_color="White" - height="18" - layout="topleft" - top_pad="5" - name="av_moving_desc" - width="580"> - Lorem ipsum dolor sit amet. - </text> - <text - follows="left|top" - font="SansSerifSmall" - text_color="White" - height="18" - layout="topleft" - top_pad="3" - name="av_moving_fix" - width="580"> - Fix: XXXXXXX - </text> - <text - follows="left|top" - font="SansSerifLarge" - text_color="White" - height="20" - layout="topleft" - top_pad="25" - name="av_moving_title" - width="580"> - Will a better graphics card or new computer help? - </text> - <text - follows="left|top" - font="SansSerifSmall" - text_color="White" - height="18" - layout="topleft" - top_pad="5" - name="av_moving_desc" - width="580"> - Lorem ipsum dolor sit amet. - </text> - <text - follows="left|top" - font="SansSerifSmall" - text_color="White" - height="18" - layout="topleft" - top_pad="3" - name="av_moving_fix" - width="580"> - Fix: XXXXXXX - </text> -</panel> |