blob: a7ab5abf388929b6b3f216b7270c7ac58c41bcd7 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<floater
legacy_header_height="18"
height="130"
help_topic="environment_editor_floater"
layout="topleft"
name="Environment Editor Floater"
save_rect="true"
title="DELETE PRESETS"
width="550">
<text
follows="top|left|right"
font="SansSerif"
height="10"
layout="topleft"
left="50"
name="delete_preset"
top="60"
width="60">
Setting:
</text>
<combo_box
follows="top|left"
layout="topleft"
left_pad="10"
name="preset_combo"
top_delta="-5"
width="200">
<combo_box.item
label="-Select a preset-"
name="item0"
value="any" />
</combo_box>
<button
follows="bottom|right"
height="23"
label="Delete"
layout="topleft"
left_pad="15"
name="delete"
width="70"/>
<button
follows="bottom|right"
height="23"
label="Cancel"
layout="topleft"
left_pad="5"
name="cancel"
width="70"/>
</floater>
|