PageRenderTime 29ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 24 lines | 24 code | 0 blank | 0 comment | 0 complexity | 34a497b8a7bac3a8b22fcd37d656913c MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. layout="topleft"
  4. left="0"
  5. name="LLScrollingPanelParamBase"
  6. height="16"
  7. width="290">
  8. <slider
  9. can_edit_text="true"
  10. decimal_digits="0"
  11. enabled="false"
  12. height="12"
  13. increment="1"
  14. initial_value="0"
  15. label="[DESC]"
  16. label_width="125"
  17. layout="bottom|left"
  18. left="16"
  19. max_val="100"
  20. name="param slider"
  21. bottom="0"
  22. width="264"
  23. />
  24. </panel>