blob: b5de4166f62ed44ddd924aa45aac50fd944ad0f6 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<floater
legacy_header_height="18"
height="130"
help_topic=""
layout="topleft"
name="Delete Env Preset"
save_rect="true"
title="DELETE ENV PRESET"
width="550">
<string name="title_water">Delete Water Preset</string>
<string name="title_sky">Delete Sky Preset</string>
<string name="title_day_cycle">Delete Day Cycle</string>
<string name="label_water">Preset:</string>
<string name="label_sky">Preset:</string>
<string name="label_day_cycle">Day cycle:</string>
<string name="msg_confirm_deletion">Are you sure you want to delete the selected preset?</string>
<string name="msg_sky_is_referenced">Cannot remove a preset that is referenced by some day cycle(s).</string>
<string name="combo_label">-Select a preset-</string>
<text
follows="top|left|right"
font="SansSerif"
height="10"
layout="topleft"
left="50"
name="label"
top="60"
width="60">
Preset:
</text>
<combo_box
follows="top|left"
layout="topleft"
left_pad="10"
name="preset_combo"
top_delta="-5"
width="200"/>
<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>
|