blob: 49aa8f384008638e734b0a7bab7ab2f6adeed287 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_minimize="false"
can_tear_off="false"
can_resize="true"
can_drag_on_left="false"
can_close="true"
height="500"
layout="topleft"
name="fast_timers"
save_rect="true"
save_visibility="false"
single_instance="true"
min_width="400"
width="700">
<string name="pause" >Pause</string>
<string name="run">Run</string>
<button follows="top|right"
name="pause_btn"
left="-200"
top="5"
width="180"
height="40"
pad_bottom="-5"
label="Pause"
font="SansSerifHuge"/>
</floater>
|