diff options
author | Todd Stinson <stinson@lindenlab.com> | 2011-12-15 16:26:21 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2011-12-15 16:26:21 -0800 |
commit | b793c3aa1986d352cb90994d6d283eab55a7a3ba (patch) | |
tree | 62e62ab4442123dff66b22f1b397f834f92829b4 | |
parent | e6b3ab35ddf9e5b2c1f51b08dfdf548c2847250f (diff) |
Refinement on the pathfinding console floater.
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_pathfinding_console.xml | 54 |
1 files changed, 53 insertions, 1 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 f8d5d545f3..39ea9495ff 100644 --- a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml +++ b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml @@ -155,7 +155,21 @@ to see the path between them. min_val="0.2" name="beacon_width" top_pad="7" - width="180" /> + width="145" /> + <text + height="14" + word_wrap="false" + use_ellipses="false" + type="string" + text_color="LabelTextColor" + length="1" + follows="left|top" + layout="topleft" + top_pad="-14" + left="382" + width="208"> + m + </text> <text height="14" word_wrap="true" @@ -183,7 +197,45 @@ to see the path between them. height="14" width="30" name="DisplayOverlayOnFixed"/> + <radio_item + label="B" + height="14" + width="30" + layout="topleft" + top="4" + left="50" + name="DisplayOverlayOnFixed"/> + <radio_item + label="C" + height="14" + width="30" + layout="topleft" + top="4" + left="100" + name="DisplayOverlayOnFixed"/> + <radio_item + label="D" + height="14" + width="30" + layout="topleft" + top="4" + left="150" + name="DisplayOverlayOnFixed"/> </radio_group> + <text + height="14" + word_wrap="true" + use_ellipses="false" + type="string" + text_color="DrYellow" + length="1" + follows="left|top" + layout="topleft" + left="240" + top_pad="10" + width="208"> + Result: No path found. + </text> <view_border bevel_style="none" follows="top|left" |