diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-06-22 15:02:19 -0700 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-06-22 15:02:19 -0700 |
commit | baa73fddd9287ddafd2d31551cb253b355ed910a (patch) | |
tree | e3f0986617fe6c0ee0a14df6aac13c6bb6f92507 /indra/newview/skins/default/xui/en/floater_test_radiogroup.xml | |
parent | dc3833f31b8a20220ddb1775e1625c016c397435 (diff) | |
parent | fcaa1ad46fd1df4cfec9dee12caf6e7b5bf32136 (diff) |
Merge with viewer-2.0.0-3 branch
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_test_radiogroup.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_test_radiogroup.xml | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_test_radiogroup.xml b/indra/newview/skins/default/xui/en/floater_test_radiogroup.xml new file mode 100644 index 0000000000..ef3e1f598d --- /dev/null +++ b/indra/newview/skins/default/xui/en/floater_test_radiogroup.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater + can_resize="true" + height="400" + layout="topleft" + name="floater_test_radiogroup" + width="400"> + <radio_group + height="54" + layout="topleft" + left="10" + name="parcel_voice_channel" + top="46" + width="219"> + <radio_item + height="16" + label="Use the Estate spatial channel" + layout="topleft" + left="3" + name="Estate" + top="3" + width="463" /> + <radio_item + height="16" + label="Use a private spatial channel" + layout="topleft" + left_delta="0" + name="Private" + top_delta="16" + width="463" /> + <radio_item + height="16" + label="Disable spatial audio on this parcel" + layout="topleft" + left_delta="0" + name="Disabled" + top_delta="16" + width="463" /> + </radio_group> + <radio_group + height="50" + layout="topleft" + left_delta="0" + name="simple_radio_group" + top_pad="50" + width="150"> + <radio_item + bottom="20" + height="16" + label="Label in label attribute" + layout="topleft" + name="label_radio_item" /> + <radio_item + bottom_delta="20" + height="16" + label="Label in text contents" + layout="topleft" + name="contents_radio_item" /> + </radio_group> + <radio_group + draw_border="false" + height="50" + layout="topleft" + left_delta="0" + name="no_border_radio_group" + top_pad="50" + width="150"> + <radio_item + bottom="20" + height="16" + label="No Border Foo" + layout="topleft" + name="foo_radio_item" /> + <radio_item + bottom_delta="20" + height="16" + label="No Border Bar" + layout="topleft" + name="bar_item" /> + </radio_group> +</floater> |