diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-15 11:51:49 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-15 11:51:49 -0800 |
commit | fb96262c47d9eb022f9291637c6a9ebaec833dca (patch) | |
tree | 6eaa08c9b454295959d27438c11256d20c20abca /indra/newview/skins/default/xui/en/floater_pathfinding_console.xml | |
parent | 8cd7bb47c2d9c833129b76cdc09d69aa35654fa5 (diff) |
PATH-284: Stubbing functionality for the walkability heatmap drop-down.
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_pathfinding_console.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_pathfinding_console.xml | 20 |
1 files changed, 17 insertions, 3 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 3fe3dfe963..4a41736972 100644 --- a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml +++ b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml @@ -2,7 +2,7 @@ <floater open_positioning="cascading" can_tear_off="false" - height="320" + height="330" layout="topleft" name="floater_pathfinding_console" help_topic="floater_pathfinding_console" @@ -43,14 +43,27 @@ name="show_navmesh" top_pad="8" width="90" /> + <text + height="13" + word_wrap="true" + use_ellipses="false" + type="string" + text_color="LabelTextColor" + length="1" + follows="left|top" + layout="topleft" + left="35" + width="208"> + Show walkability heatmap: + </text> <combo_box height="18" layout="topleft" left="34" name="show_heatmap_mode" - width="155"> + width="125"> <combo_box.item - label="Show walkability map..." + label="None" name="show_heatmap_mode_none" value="0" /> <combo_box.item @@ -269,6 +282,7 @@ follows="left|top" layout="topleft" left="16" + line_spacing.multiple="1.5" top_pad="23" height="26" width="190"> |