PageRenderTime 38ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/floater_fast_timers.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 28 lines | 28 code | 0 blank | 0 comment | 0 complexity | ccde1d486e3cbe9098c205e07320c953 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. can_minimize="false"
  5. can_tear_off="false"
  6. can_resize="true"
  7. can_drag_on_left="false"
  8. can_close="true"
  9. height="500"
  10. layout="topleft"
  11. name="fast_timers"
  12. save_rect="true"
  13. save_visibility="false"
  14. single_instance="true"
  15. min_width="400"
  16. width="700">
  17. <string name="pause" >Pause</string>
  18. <string name="run">Run</string>
  19. <button follows="top|right"
  20. name="pause_btn"
  21. left="-200"
  22. top="5"
  23. width="180"
  24. height="40"
  25. pad_bottom="-5"
  26. label="Pause"
  27. font="SansSerifHuge"/>
  28. </floater>