From 117e22047c5752352342d64e3fb7ce00a4eb8113 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:04 -0500 Subject: Second Life viewer sources 1.18.1.2 --- .../newview/skins/xui/en-us/floater_voice_wizard.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 linden/indra/newview/skins/xui/en-us/floater_voice_wizard.xml (limited to 'linden/indra/newview/skins/xui/en-us/floater_voice_wizard.xml') diff --git a/linden/indra/newview/skins/xui/en-us/floater_voice_wizard.xml b/linden/indra/newview/skins/xui/en-us/floater_voice_wizard.xml new file mode 100644 index 0000000..d17cb56 --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/floater_voice_wizard.xml @@ -0,0 +1,17 @@ +<floater bottom="0" can_resize="false" can_minimize="true" height="300" left="0" name="floater_voice_wizard" + title="Voice Setup" width="420"> + <tab_container name="wizard_tabs" hide_tabs="true" bottom="30" left="4" top="-20" right="-2" tab_position="bottom"> + <panel bottom="0" filename="panel_voice_enable.xml" left="0" right="0"/> + <panel bottom="0" filename="panel_voice_options.xml" left="0" right="0"/> + <panel bottom="0" name="device_settings" filename="panel_audio_device.xml" left="0" right="0"/> + </tab_container> + <panel border="false" bottom="8" height="20" left="8" mouse_opaque="true" + name="content_panel" width="404"> + <!--<button bottom="0" height="20" label="Help" left="0" name="help_btn" width="70" />--> + <button bottom="0" height="20" label="Previous" left="105" name="back_btn" width="70" /> + <button bottom="0" height="20" label="Next" left_delta="75" name="next_btn" width="70" /> + <button bottom="0" height="20" label="Finish" left_delta="80" name="ok_btn" width="70" /> + <button bottom="0" height="20" label="Cancel" left_delta="75" name="cancel_btn" + width="70" /> + </panel> +</floater> -- cgit v1.1