PageRenderTime 39ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 42 lines | 35 code | 7 blank | 0 comment | 0 complexity | 74025d11349df5c52c2437e6abce3470 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater can_close="false" can_drag_on_left="false" can_minimize="false"
  3. can_resize="false" height="160" min_height="160" width="300" min_width="300"
  4. name="Import Collada" title="Import Scene">
  5. <text bottom_delta="40" left="20" name="mesh count" height="15" follows="top|left">
  6. Meshes: [COUNT]
  7. </text>
  8. <text bottom_delta="20" left="20" name="texture count" height="15" follows="top|left">
  9. Textures: [COUNT]
  10. </text>
  11. <text bottom_delta="40" left="10" name="status" height="15" follows="top|left">
  12. Status: [STATUS]
  13. </text>
  14. <button
  15. bottom_delta="40"
  16. name="cancel"
  17. label="Cancel"
  18. enabled="true"
  19. height="20"
  20. layout="topleft"
  21. left="125"
  22. width="75" />
  23. <button
  24. bottom_delta="0"
  25. name="ok"
  26. label="OK"
  27. enabled="true"
  28. height="20"
  29. layout="topleft"
  30. left="210"
  31. width="75" />
  32. <string name="status_idle">Idle</string>
  33. <string name="status_uploading">Uploading [NAME]</string>
  34. <string name="status_creating">Creating object [NAME]</string>
  35. </floater>