blob: 16e7365042b05baba529f2cb8c6920049418534a (
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
56
57
58
59
60
61
62
63
64
65
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
name="panel_notes"
label="Notes & Privacy"
top="0"
left="0"
height="480"
width="420"
follows="all"
layout="topleft"
>
<loading_indicator
name="progress_indicator"
top="3"
right="-10"
height="23"
width="23"
follows="top|right"
layout="topleft"
visible="false"
/>
<text
name="status_message"
value="Make notes about this person here. No one else can see your notes."
top="6"
left="6"
right="-6"
height="16"
follows="left|top|right"
layout="topleft"
font.style="BOLD"
/>
<text_editor
name="notes_edit"
enabled="false"
top="28"
left="6"
right="-6"
bottom="-26"
follows="all"
layout="topleft"
max_length="65530"
word_wrap="true"
/>
<button
name="notes_save_changes"
label="Save"
bottom="-1"
right="-108"
height="20"
width="80"
enabled="false"
follows="bottom|right"
layout="topleft"/>
<button
name="notes_discard_changes"
label="Discard"
bottom="-1"
right="-4"
height="20"
width="100"
enabled="false"
follows="bottom|right"
layout="topleft"/>
</panel>
|