summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_performance_nearby.xml
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-07-19 20:07:03 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-07-19 20:07:03 +0300
commit928191f525cf8a02816718eefd9a65097d8ecb8b (patch)
tree31634f316e31c469104129b0b8b49ba6ca71b8bb /indra/newview/skins/default/xui/en/panel_performance_nearby.xml
parent84ae60a3b34d92930a74e9207bf39e6335e307a0 (diff)
SL-15297 performance floater UI update #2
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_performance_nearby.xml')
-rw-r--r--indra/newview/skins/default/xui/en/panel_performance_nearby.xml75
1 files changed, 70 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_performance_nearby.xml b/indra/newview/skins/default/xui/en/panel_performance_nearby.xml
index 4cc7ffda40..e1aef13717 100644
--- a/indra/newview/skins/default/xui/en/panel_performance_nearby.xml
+++ b/indra/newview/skins/default/xui/en/panel_performance_nearby.xml
@@ -2,7 +2,7 @@
<panel
bevel_style="none"
follows="left|top"
- height="490"
+ height="530"
width="580"
name="panel_performance_nearby"
layout="topleft"
@@ -54,7 +54,7 @@
top_pad="5"
name="av_nearby_desc"
width="580">
- Avatars more complex than your chosen limit will be shown in silhouette.
+ Hide the most complex avatars to boost speed.
</text>
<slider
control_name="IndirectMaxComplexity"
@@ -63,7 +63,7 @@
height="16"
initial_value="101"
increment="1"
- label="Maximum avatar complexity"
+ label="Maximum complexity (K)"
text_color="White"
label_width="165"
layout="topleft"
@@ -90,11 +90,12 @@
<name_list
column_padding="0"
draw_stripes="true"
- height="220"
+ height="280"
left="20"
follows="left|top"
layout="topleft"
sort_column="complex_value"
+ short_names="true"
name="nearby_list"
name_column="name"
top_pad="10"
@@ -144,6 +145,70 @@
left="18"
width="256">
</check_box>
-
+ <view_border
+ bevel_style="in"
+ height="0"
+ layout="topleft"
+ name="border"
+ top_pad="15"
+ left="20"
+ width="540"/>
+ <check_box
+ height="16"
+ initial_value="true"
+ label="Hide avatars completely (good for landscape photos)"
+ layout="topleft"
+ name="hide_avatars"
+ top_delta="15"
+ left="18"
+ width="280">
+ </check_box>
+ <text
+ type="string"
+ length="1"
+ follows="left|top"
+ height="15"
+ layout="topleft"
+ left="20"
+ name="name_tags_textbox"
+ top_pad="10"
+ width="400">
+ Name tags:
+ </text>
+ <radio_group
+ control_name="AvatarNameTagMode"
+ height="20"
+ layout="topleft"
+ left="120"
+ top_delta="0"
+ name="name_tag_mode">
+ <radio_item
+ label="Off"
+ name="radio"
+ top_delta="20"
+ layout="topleft"
+ height="16"
+ left="0"
+ value="0"
+ width="75" />
+ <radio_item
+ label="On"
+ left_pad="0"
+ layout="topleft"
+ top_delta="0"
+ height="16"
+ name="radio2"
+ value="1"
+ width="75" />
+ <radio_item
+ label="Show briefly"
+ left_pad="0"
+ name="radio3"
+ height="16"
+ layout="topleft"
+ top_delta="0"
+ value="2"
+ width="160" />
+ </radio_group>
</panel>