summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_fast_timers.xml
blob: 77adb5524e7b073931d9e38744c46734ed250029 (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
<?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"
          label="Pause"
          font="SansSerifHuge"/>
</floater>