/indra/newview/skins/default/xui/en/floater_sound_preview.xml
XML | 76 lines | 76 code | 0 blank | 0 comment | 0 complexity | fd7f7f86b89c412f033458e03d100bb2 MD5 | raw file
Possible License(s): LGPL-2.1
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <floater
- legacy_header_height="18"
- height="190"
- layout="topleft"
- name="Sound Preview"
- help_topic="sound_preview"
- title="SOUND.WAV"
- width="300">
- <text
- type="string"
- length="1"
- follows="left|top"
- height="15"
- layout="topleft"
- left="10"
- mouse_opaque="false"
- name="name_label"
- top="20"
- width="275">
- Name:
- </text>
- <line_editor
- border_style="line"
- border_thickness="1"
- follows="left|top|right"
- height="19"
- layout="topleft"
- left_delta="0"
- max_length_bytes="63"
- name="name_form"
- top_pad="0"
- width="280" />
- <text
- type="string"
- length="1"
- follows="left|top"
- height="15"
- layout="topleft"
- left_delta="0"
- mouse_opaque="false"
- name="description_label"
- top_pad="10"
- width="270">
- Description:
- </text>
- <line_editor
- border_style="line"
- border_thickness="1"
- follows="left|top|right"
- height="19"
- layout="topleft"
- left_delta="0"
- max_length_bytes="127"
- name="description_form"
- top_pad="0"
- width="280" />
- <button
- follows="left|bottom"
- height="22"
- label="Upload (L$[AMOUNT])"
- layout="topleft"
- left="45"
- name="ok_btn"
- top_pad="60"
- width="150" />
- <button
- follows="right|bottom"
- height="22"
- label="Cancel"
- label_selected="Cancel"
- layout="topleft"
- name="cancel_btn"
- left_pad="5"
- width="90" />
- </floater>