From 11bb14fe029a6764717475cdf53bb6eed8c1f9c9 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Mon, 19 Dec 2011 14:29:10 -0800 Subject: Stubbing out functionality for catching the overlay display render state switch. --- .../default/xui/en/floater_pathfinding_console.xml | 89 ++++++++++++---------- 1 file changed, 47 insertions(+), 42 deletions(-) (limited to 'indra/newview/skins/default/xui') 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 ff1cf81d4e..75219d9df9 100644 --- a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml +++ b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml @@ -6,7 +6,9 @@ layout="topleft" name="floater_pathfinding" help_topic="floater_pathfinding" + reuse_instance="true" save_rect="true" + single_instance="true" title="Pathfinding" width="833"> + label="Fixed physics geometry" + layout="topleft" + height="14" + name="display_overlay_on_fixed" + value="0"/> + label="All renderable geometry" + layout="topleft" + height="14" + name="display_overlay_on_all" + value="1"/> + label="Choose start point" + layout="topleft" + height="14" + name="DisplayOverlayOnFixed"/> + label="Choose end point" + layout="topleft" + height="14" + name="DisplayOverlayOnAll"/> + label="A" + height="14" + width="30" + name="DisplayOverlayOnFixed"/> + label="B" + height="14" + width="30" + layout="topleft" + top="4" + left="50" + name="DisplayOverlayOnFixed"/> + label="C" + height="14" + width="30" + layout="topleft" + top="4" + left="100" + name="DisplayOverlayOnFixed"/> + label="D" + height="14" + width="30" + layout="topleft" + top="4" + left="150" + name="DisplayOverlayOnFixed"/>