blob: b0436bb6dcd452f5df2ea05b48485ef4fd650869 (
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
44
45
46
47
48
49
50
51
52
53
54
55
|
<?xml version="1.0" encoding="UTF-8"?>
<panel
background_opaque="false"
border_visible="false"
background_visible="true"
bg_alpha_color="PanelNotificationBackground"
bg_opaque_color="PanelNotificationBackground"
chrome="true"
height="270"
label="script_question_panel"
layout="topleft"
left="0"
name="panel_script_question_toast"
top="0"
width="305">
<text
follows="left|right|top"
font="SansSerifBold"
height="160"
layout="topleft"
left="10"
mouse_opaque="false"
name="top_info_message"
parse_highlights="true"
parse_urls="true"
text_color="NotifyCautionBoxColor"
top="10"
value=""
width="285"
wrap="true"/>
<panel
background_visible="false"
follows="left|right|top"
height="30"
label="buttons_panel"
layout="topleft"
name="buttons_panel"
top_pad="10"
width="285">
</panel>
<text
follows="all"
font="SansSerifBold"
height="55"
layout="topleft"
mouse_opaque="false"
name="bottom_info_message"
parse_highlights="true"
parse_urls="true"
text_color="NotifyCautionBoxColor"
top_pad="5"
value=""
width="285"
wrap="true"/>
</panel>
|