blob: bbe280582b5ec833f8acdf94fc56c0038cb6657e (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_close="false"
can_minimize="false"
height="100"
layout="topleft"
title="SAVE OUTFIT"
name="modal container"
width="240">
<button
height="23"
label="Save"
label_selected="Save"
layout="topleft"
left="20"
name="Save"
top="70"
width="82" />
<button
height="23"
label="Cancel"
label_selected="Cancel"
layout="topleft"
left_pad="36"
name="Cancel"
top_delta="0"
width="82" />
<text
type="string"
length="1"
follows="left|top"
height="30"
layout="topleft"
left="20"
word_wrap="true"
name="Save item as:"
top="10"
width="200">
Save what I'm wearing
as a new Outfit:
</text>
<line_editor
type="string"
length="1"
border_style="line"
border_thickness="1"
follows="left|top"
height="23"
layout="topleft"
left_delta="0"
show_text_as_tentative="false"
top_pad="0"
max_length_bytes="63"
name="name ed"
width="200">
[DESC] (new)
</line_editor>
</floater>
|