summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2011-05-17 18:33:59 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2011-05-17 18:33:59 -0400
commitc57c8c21881f0ee543f63f45b524f442a59fa7d2 (patch)
tree13836da4066139e7a1c023ae8cd5c209dd42f415 /indra/newview/skins/default/xui
parent8f94ff85f9b0318f959f066a138eac03770838cf (diff)
SH-1246 WIP fix render cost in the viewer
Modified avatar display to compute values correctly. Also changed build tools XML temporarily so build tool costs can be seen.
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r--indra/newview/skins/default/xui/en/floater_tools.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_tools.xml b/indra/newview/skins/default/xui/en/floater_tools.xml
index 05d47506db..b99a8b6228 100644
--- a/indra/newview/skins/default/xui/en/floater_tools.xml
+++ b/indra/newview/skins/default/xui/en/floater_tools.xml
@@ -788,35 +788,35 @@
name="linked_set_count"
top="144"
width="80">
- Linked Sets: [COUNT]
+ L: [COUNT]
</text>
<text
text_color="LtGray_50"
type="string"
length="1"
- height="10"
follows="left|top"
halign="right"
layout="topleft"
top_delta="0"
- right="-8"
- name="linked_set_cost"
- tool_tip="Cost of currently selected linked sets as [prims],[physics complexity]"
+ right="-100"
+ name="object_count"
width="80">
- Cost: [COST] / [PHYSICS]
+ O: [COUNT]
</text>
<text
text_color="LtGray_50"
type="string"
length="1"
+ height="10"
follows="left|top"
halign="right"
layout="topleft"
- top_pad="5"
- right="-120"
- name="object_count"
+ top_delta="0"
+ right="-8"
+ name="linked_set_cost"
+ tool_tip="Cost of currently selected linked sets as [prims],[physics complexity]"
width="80">
- Objects: [COUNT]
+ Cost: [COST] / [PHYSICS]
</text>
<text
text_color="LtGray_50"
@@ -825,7 +825,7 @@
follows="left|top"
halign="right"
layout="topleft"
- top_delta="0"
+ top_pad="5"
right="-8"
name="object_cost"
tool_tip="Cost of currently selected objects as [prims] / [physics complexity]"