diff options
author | Lynx Linden <lynx@lindenlab.com> | 2010-01-08 18:10:24 +0000 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2010-01-08 18:10:24 +0000 |
commit | 3e23a2cffc8857d7041cb6bb5edf83462e4c2f1a (patch) | |
tree | 9ad69a446ef1ee20d5767dc1b2929b6f8ad4ec5f /indra/newview | |
parent | 96898f35e8b65beb704ed13e5fb8ef4f43497675 (diff) |
EXT-2647: Removed the help browser's "Open in My Web Browser" button.
Also increased the default height of the help browser a little bit as
it looked a little too squat.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_help_browser.xml | 32 |
1 files changed, 6 insertions, 26 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_help_browser.xml b/indra/newview/skins/default/xui/en/floater_help_browser.xml index 55a6179afb..446b7138c4 100644 --- a/indra/newview/skins/default/xui/en/floater_help_browser.xml +++ b/indra/newview/skins/default/xui/en/floater_help_browser.xml @@ -2,7 +2,7 @@ <floater legacy_header_height="18" can_resize="true" - height="400" + height="480" layout="topleft" min_height="140" min_width="467" @@ -21,7 +21,7 @@ http://support.secondlife.com </floater.string> <layout_stack - bottom="400" + bottom="480" follows="left|right|top|bottom" layout="topleft" left="10" @@ -29,42 +29,22 @@ top="20" width="600"> <layout_panel - height="20" + height="1" layout="topleft" left_delta="0" name="external_controls" top_delta="0" user_resize="false" - width="570"> + width="590"> <web_browser - bottom="-10" + bottom="-4" follows="left|right|top|bottom" layout="topleft" left="0" name="browser" top="0" start_url="data:text/html,%3Chtml%3E%3Cbody bgcolor=%22#2A2A2A%22%3E%3C/body%3E%3C/html%3E" - width="570" /> - <button - follows="bottom|left" - height="20" - label="Open in My Web Browser" - layout="topleft" - left_delta="0" - name="open_browser" - top_pad="5" - width="185" /> -<!-- - <button - follows="bottom|right" - height="20" - label="Close" - layout="topleft" - left_pad="290" - name="close" - top_delta="0" - width="70" /> ---> + width="590" /> </layout_panel> </layout_stack> </floater> |