blob: 93ae26a6ad69b022c435cea1f065e6cda7936939 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xy_vector
name="xyvector"
width="120"
height="140"
decimal_digits="1"
label_width="16"
padding="4"
edit_bar_height="18"
user_resize="false">
<xy_vector.border
visible="true"/>
<xy_vector.x_entry
name="XEntry"
tab_stop="true"
label="X:"/>
<xy_vector.y_entry
name="YEntry"
tab_stop="true"
label="Y:"/>
<xy_vector.touch_area
name="TouchArea"
bevel_style="in"
border_visible="true"/>
</xy_vector>
|