diff options
author | Jacek Antonelli | 2008-08-15 23:46:01 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:46:01 -0500 |
commit | ae88605f72ef43be7b619b8c1c11a508ebae5057 (patch) | |
tree | f27474fe2d1186124211e2a5b2ad31927a3ab5bc /linden/indra/newview/skins/default/xui/en-us/floater_hud.xml | |
parent | Second Life viewer sources 1.20.13 (diff) | |
download | meta-impy-ae88605f72ef43be7b619b8c1c11a508ebae5057.zip meta-impy-ae88605f72ef43be7b619b8c1c11a508ebae5057.tar.gz meta-impy-ae88605f72ef43be7b619b8c1c11a508ebae5057.tar.bz2 meta-impy-ae88605f72ef43be7b619b8c1c11a508ebae5057.tar.xz |
Second Life viewer sources 1.20.14
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/floater_hud.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_hud.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_hud.xml b/linden/indra/newview/skins/default/xui/en-us/floater_hud.xml index 2372f3e..84d113a 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_hud.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_hud.xml | |||
@@ -1,8 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="false" can_resize="false" | 2 | <floater can_close="true" can_drag_on_left="false" can_minimize="false" can_resize="false" |
3 | height="272" min_height="272" width="342" min_width="342" name="floater_hud" | 3 | height="292" width="362" name="floater_hud" |
4 | title="Tutorial"> | 4 | title="Tutorial"> |
5 | <web_browser border_visible="false" left="0" bottom="0" right="-1" top="-24" caret_color="1 1 1 1" follows="top|left|bottom|right" | 5 | <!-- NOTE: Height and width must match values in settings.xml for |
6 | FloaterHUDRect because this floater is resized to those values | ||
7 | in LLViewerWindow initialization. JC --> | ||
8 | <web_browser border_visible="false" left="1" bottom="1" width="360" height="265" caret_color="1 1 1 1" follows="top|left|bottom|right" | ||
6 | name="floater_hud_browser" | 9 | name="floater_hud_browser" |
7 | 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" | 10 | 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" |
8 | /> | 11 | /> |