summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en
diff options
context:
space:
mode:
authorleyla_linden <none@none>2011-02-09 10:53:38 -0800
committerleyla_linden <none@none>2011-02-09 10:53:38 -0800
commitd0bf3079d78df386bbac8676ee3e3264323e7e24 (patch)
treef4dff5e039044b5237305a4380fc0886f501d4b0 /indra/newview/skins/default/xui/en
parentb30bf98531b86a422a3b2f6098b351513d15a600 (diff)
SH-840 Convert resource cost physics cost to prim count
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r--indra/newview/skins/default/xui/en/floater_tools.xml29
1 files changed, 28 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_tools.xml b/indra/newview/skins/default/xui/en/floater_tools.xml
index cce833b1ea..53cc808e70 100644
--- a/indra/newview/skins/default/xui/en/floater_tools.xml
+++ b/indra/newview/skins/default/xui/en/floater_tools.xml
@@ -722,6 +722,33 @@
<button.commit_callback
function="BuildTool.applyToSelection"/>
</button>
+ <text
+ text_color="LtGray_50"
+ type="string"
+ length="1"
+ height="10"
+ follows="left|top"
+ halign="right"
+ layout="topleft"
+ right="-10"
+ name="obj_count"
+ top_pad="5"
+ width="143">
+ Objects: [COUNT]
+ </text>
+ <text
+ text_color="LtGray_50"
+ type="string"
+ length="1"
+ height="10"
+ follows="left|top"
+ halign="right"
+ layout="topleft"
+ right="-10"
+ name="prim_count"
+ width="143">
+ Prims: [COUNT]
+ </text>
<text
text_color="LtGray_50"
type="string"
@@ -732,7 +759,7 @@
layout="topleft"
right="-100"
name="linked_set_count"
- top_pad="5"
+ top="144"
width="80">
Linked Sets: [COUNT]
</text>