diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_hud.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_hud.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_hud.xml b/indra/newview/skins/default/xui/en/floater_hud.xml new file mode 100644 index 0000000000..f62b7eece0 --- /dev/null +++ b/indra/newview/skins/default/xui/en/floater_hud.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater + can_minimize="false" + height="292" + layout="topleft" + name="floater_hud" + title="Tutorial" + width="362"> + <web_browser + border_visible="false" + caret_color="1 1 1 1" + follows="top|left|bottom|right" + height="265" + layout="topleft" + left="1" + name="floater_hud_browser" + start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody bgcolor=%22#000000%22 text=%22ffffff%22%3E%3Ch1%3E%3Ctt%3E%0D%0A%0D%0ALoading...%3C/tt%3E%3C/h1%3E%3C/body%3E%3C/html%3E" + top="26" + width="360" /> +</floater> |