blob: c16373ba3cb0cbf25c70786973862cfa2b3c7a86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_close="true"
can_minimize="false"
height="250"
layout="topleft"
name="set_name_in_the_cladd"
save_rect="true"
width="300">
<check_box
height="20"
follows="left|bottom|right"
label="Turn off Quick Tips"
layout="topleft"
left="5"
name="DontShowFirstTimeTip_checkbox"
text_enabled_color="white"
top="225"
width="200" />
</floater>
|