PageRenderTime 32ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/pt/panel_script_limits_my_avatar.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 16 lines | 16 code | 0 blank | 0 comment | 0 complexity | e8a4dc596f5ad04745ffa4769a0d794f MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <panel label="MEU AVATAR" name="script_limits_my_avatar_panel">
  3. <text name="script_memory">
  4. Uso de scripts
  5. </text>
  6. <text name="loading_text">
  7. Carregando...
  8. </text>
  9. <scroll_list name="scripts_list">
  10. <scroll_list.columns label="Tamanho (kb)" name="size"/>
  11. <scroll_list.columns label="URLs" name="urls"/>
  12. <scroll_list.columns label="Nome do objeto" name="name"/>
  13. <scroll_list.columns label="Localizaзгo" name="location"/>
  14. </scroll_list>
  15. <button label="Atualizar lista" name="refresh_list_btn"/>
  16. </panel>