diff options
author | Tofu Buzzard <no-email> | 2011-02-09 11:10:47 -0800 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-02-09 11:10:47 -0800 |
commit | 8724d3817a2ec0700ac7d9180457342b54e1bbc9 (patch) | |
tree | b781aa9659ec26511e612e134689ada75dd52ad1 /indra/newview/skins | |
parent | 2f7c01097c43b2a46c02e169e0ab4d3eb5c3c9bb (diff) | |
parent | 56b0423e8926d20a2df9e316f86d57d4b976da6b (diff) |
merge
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_tools.xml | 29 |
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> |