diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-04-19 18:09:53 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-04-19 18:09:53 -0700 |
commit | e73f5ef5620d9774187575610aeaf16b917b7337 (patch) | |
tree | 4a0b41c649917a231421d961823322079990e0dc /indra/newview/skins/default/xui/en | |
parent | 01906a6ce44b9ff995625756abab78dcb6b369ec (diff) |
Ensuring that the view characters button is active in builds with stubbed pathing libraries. Also, adding extra label fields to better indicate enabled/disabled controls on the console.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_pathfinding_console.xml | 51 |
1 files changed, 32 insertions, 19 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml index 28f0d9fa4a..7c1c7b687e 100644 --- a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml +++ b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml @@ -90,16 +90,18 @@ height="250" width="200"> <text - height="13" - word_wrap="true" - use_ellipses="false" - type="string" - text_color="LabelTextColor" - length="1" - follows="left|top" - layout="topleft" - top_pad="9" - width="200"> + height="13" + word_wrap="true" + use_ellipses="false" + type="string" + text_color="LabelTextColor" + text_readonly_color="LabelDisabledColor" + name="show_label" + length="1" + follows="left|top" + layout="topleft" + top_pad="9" + width="200"> Show: </text> <check_box @@ -116,6 +118,7 @@ type="string" text_color="LabelTextColor" text_readonly_color="LabelDisabledColor" + name="show_walkability_label" length="1" follows="left|top" layout="topleft" @@ -317,6 +320,8 @@ use_ellipses="false" type="string" text_color="LabelTextColor" + text_readonly_color="LabelDisabledColor" + name="ctrl_click_label" length="1" left="16" follows="left|top" @@ -331,6 +336,8 @@ use_ellipses="false" type="string" text_color="LabelTextColor" + text_readonly_color="LabelDisabledColor" + name="shift_click_label" length="1" follows="left|top" layout="topleft" @@ -352,6 +359,8 @@ use_ellipses="false" type="string" text_color="LabelTextColor" + text_readonly_color="LabelDisabledColor" + name="character_width_label" length="1" follows="left|top" layout="topleft" @@ -377,6 +386,8 @@ use_ellipses="false" type="string" text_color="LabelTextColor" + text_readonly_color="LabelDisabledColor" + name="character_width_unit_label" length="1" follows="left|top" layout="topleft" @@ -391,6 +402,8 @@ use_ellipses="false" type="string" text_color="LabelTextColor" + text_readonly_color="LabelDisabledColor" + name="character_type_label" length="1" follows="left|top" layout="topleft" @@ -504,15 +517,15 @@ top_pad="0" width="400"> <text - height="13" - word_wrap="true" - use_ellipses="false" - type="string" - text_color="LabelTextColor" - length="1" - layout="topleft" - top_pad="18" - width="250"> + height="13" + word_wrap="true" + use_ellipses="false" + type="string" + text_color="LabelTextColor" + length="1" + layout="topleft" + top_pad="18" + width="250"> Lost characters? Bad performance? </text> <button |