blob: 6cc501b714eacc6f40d31c68196d2d4299b55e19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="false" can_resize="false"
height="292" width="362" name="floater_hud"
title="Tutorial">
<!-- NOTE: Height and width must match values in settings.xml for
FloaterHUDRect because this floater is resized to those values
in LLViewerWindow initialization. JC -->
<web_browser border_visible="false" left="1" bottom="1" width="360" height="265" caret_color="1 1 1 1" follows="top|left|bottom|right"
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"
/>
</floater>
|