blob: 72b2f5e84fa505230ac281dddedffcedb6f86a3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- the web-based Home panel of the side tray -->
<panel
follows="all"
height="570"
min_height="350"
help_topic="sidetray_home"
layout="topleft"
top="0"
left="0"
name="home_tab"
width="333">
<layout_stack
follows="all"
height="550"
layout="topleft"
left="10"
name="stack"
top_pad="10"
orientation="vertical"
width="313">
<layout_panel
height="550"
layout="topleft"
left_delta="0"
name="browser_layout"
orientation="vertical"
top_delta="0"
width="313">
<web_browser
trusted_content="true"
border_visible="false"
follows="all"
height="550"
layout="topleft"
left="0"
name="browser"
start_url="data:text/html,%3Chtml%3E%3Cbody bgcolor=%22#2A2A2A%22 text=%22eeeeee%22%3E %3Ch3%3E %0D%0A%0D%0ALoading... %3C/h3%3E %3C/body%3E%3C/html%3E"
top="0"
width="313" />
</layout_panel>
</layout_stack>
</panel>
|