blob: 94f7e0b7980183b58292dc8bad47373fb0c4cba7 (
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_resize="true"
height="500"
layout="topleft"
name="floater_test_layout"
help_topic="floater_test_layout"
translate="false"
width="500">
<text
type="string"
length="1"
height="16"
layout="topleft"
left="10"
top="84"
width="200">
bottom 400 left 10
</text>
<text
type="string"
length="1"
height="16"
layout="topleft"
left_delta="0"
top_pad="4"
width="200">
Bottom delta -20
</text>
<text
type="string"
length="1"
height="16"
layout="topleft"
left_delta="0"
top_pad="64"
width="200">
bottom 300 left 10, should delta_bottom
</text>
<text
type="string"
length="1"
height="16"
layout="topleft"
left_pad="40"
top_delta="0"
width="200">
bottom 300 left 250, should delta_left
</text>
<text
type="string"
length="1"
height="16"
layout="topleft"
left="10"
top="204"
width="200">
bottom 280 left 10, should absolute position
</text>
<text
type="string"
length="1"
height="16"
layout="topleft"
left_pad="40"
top_delta="-2"
width="200">
bottom 282 left 250, should delta_left and delta_bottom
</text>
<text
type="string"
length="1"
height="16"
layout="topleft"
left="10"
top="234"
width="200">
bottom 250 left 10, should absolute position
</text>
<text
type="string"
length="1"
height="16"
layout="topleft"
left="250"
top="244"
width="200">
bottom 240 left 250, should absolute position
</text>
</floater>
|