diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-07-10 12:30:15 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-07-10 12:30:15 -0700 |
commit | 241a446224013f76fee83e786568862068b60309 (patch) | |
tree | 3b7a8986a5ea9547c8b5f6038fd6aa4b25329ba5 /indra/newview/skins/default/xui | |
parent | 2b7bb483e81f7a30c73d03d1f1931f186d4ef46f (diff) |
Adding the example use type labels to the pathfinding linksets floater.
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml | 69 |
1 files changed, 67 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml b/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml index 833e5489ba..cd0f57be99 100644 --- a/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml +++ b/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml @@ -3,9 +3,9 @@ open_positioning="cascading" can_resize="true" can_tear_off="false" - height="382" + height="395" width="1015" - min_height="382" + min_height="395" min_width="1015" layout="topleft" name="floater_pathfinding_linksets" @@ -428,6 +428,7 @@ top_pad="-19" max_length_chars="3" name="edit_a_value" + tool_tip="Walkability for characters of type A. Example character type is humanoid." width="45" /> <text height="13" @@ -455,6 +456,7 @@ top_pad="-19" max_length_chars="3" name="edit_b_value" + tool_tip="Walkability for characters of type B. Example character type is creature." width="45" /> <text height="13" @@ -482,6 +484,7 @@ top_pad="-19" max_length_chars="3" name="edit_c_value" + tool_tip="Walkability for characters of type C. Example character type is mechanical." width="45" /> <text height="13" @@ -509,6 +512,7 @@ top_pad="-19" max_length_chars="3" name="edit_d_value" + tool_tip="Walkability for characters of type D. Example character type is other." width="45" /> <button follows="right|bottom" @@ -519,5 +523,66 @@ top_pad="-21" left_pad="40" width="140"/> + <text + height="13" + word_wrap="false" + use_ellipses="false" + type="string" + text_color="LabelTextColor" + text_readonly_color="LabelDisabledColor" + name="suggested_use_a_label" + length="1" + follows="left|bottom" + layout="topleft" + left="363" + top_pad="5" + width="107"> + (Humanoid) + </text> + <text + height="13" + word_wrap="false" + use_ellipses="false" + type="string" + text_color="LabelTextColor" + text_readonly_color="LabelDisabledColor" + name="suggested_use_b_label" + length="1" + follows="left|bottom" + layout="topleft" + left_pad="0" + width="107"> + (Creature) + </text> + <text + height="13" + word_wrap="false" + use_ellipses="false" + type="string" + text_color="LabelTextColor" + text_readonly_color="LabelDisabledColor" + name="suggested_use_c_label" + length="1" + follows="left|bottom" + layout="topleft" + left_pad="0" + width="107"> + (Mechanical) + </text> + <text + height="13" + word_wrap="false" + use_ellipses="false" + type="string" + text_color="LabelTextColor" + text_readonly_color="LabelDisabledColor" + name="suggested_use_d_label" + length="1" + follows="left|bottom" + layout="topleft" + left_pad="0" + width="107"> + (Other) + </text> </panel> </floater> |