Skip to content
Snippets Groups Projects
Commit 3e23a2cf authored by Lynx Linden's avatar Lynx Linden
Browse files

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.
parent 96898f35
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<floater <floater
legacy_header_height="18" legacy_header_height="18"
can_resize="true" can_resize="true"
height="400" height="480"
layout="topleft" layout="topleft"
min_height="140" min_height="140"
min_width="467" min_width="467"
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
http://support.secondlife.com http://support.secondlife.com
</floater.string> </floater.string>
<layout_stack <layout_stack
bottom="400" bottom="480"
follows="left|right|top|bottom" follows="left|right|top|bottom"
layout="topleft" layout="topleft"
left="10" left="10"
...@@ -29,42 +29,22 @@ ...@@ -29,42 +29,22 @@
top="20" top="20"
width="600"> width="600">
<layout_panel <layout_panel
height="20" height="1"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
name="external_controls" name="external_controls"
top_delta="0" top_delta="0"
user_resize="false" user_resize="false"
width="570"> width="590">
<web_browser <web_browser
bottom="-10" bottom="-4"
follows="left|right|top|bottom" follows="left|right|top|bottom"
layout="topleft" layout="topleft"
left="0" left="0"
name="browser" name="browser"
top="0" top="0"
start_url="data:text/html,%3Chtml%3E%3Cbody bgcolor=%22#2A2A2A%22%3E%3C/body%3E%3C/html%3E" start_url="data:text/html,%3Chtml%3E%3Cbody bgcolor=%22#2A2A2A%22%3E%3C/body%3E%3C/html%3E"
width="570" /> width="590" />
<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" />
-->
</layout_panel> </layout_panel>
</layout_stack> </layout_stack>
</floater> </floater>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment