/indra/newview/skins/default/xui/en/floater_openobject.xml
XML | 66 lines | 66 code | 0 blank | 0 comment | 0 complexity | e2d3ad66bf8adfb50383d7849b61d364 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 2<floater 3 legacy_header_height="18" 4 can_resize="true" 5 default_tab_group="1" 6 height="350" 7 layout="topleft" 8 min_height="160" 9 min_width="270" 10 name="objectcontents" 11 help_topic="objectcontents" 12 save_rect="true" 13 title="OBJECT CONTENTS" 14 width="300"> 15 <text 16 type="string" 17 length="1" 18 follows="left|top|right" 19 font="SansSerif" 20 text_color="White" 21 height="16" 22 layout="topleft" 23 left="10" 24 name="object_name" 25 parse_urls="false" 26 top="20" 27 width="284"> 28 [DESC]: 29 </text> 30 <panel_inventory_object 31 background_visible="false" 32 draw_border="false" 33 follows="all" 34 height="276" 35 layout="topleft" 36 left="10" 37 name="object_contents" 38 top_pad="0" 39 width="284" /> 40 <button 41 follows="bottom|left" 42 height="23" 43 label="Copy To Inventory" 44 label_selected="Copy To Inventory" 45 layout="topleft" 46 left="20" 47 name="copy_to_inventory_button" 48 tab_group="1" 49 top_pad="5" 50 width="120"> 51 <button.commit_callback 52 function="OpenObject.MoveToInventory" /> 53 </button> 54 <button 55 follows="bottom|left" 56 height="23" 57 label="Copy And Wear" 58 label_selected="Copy And Wear" 59 layout="topleft" 60 left_pad="10" 61 name="copy_and_wear_button" 62 width="120"> 63 <button.commit_callback 64 function="OpenObject.MoveAndWear" /> 65 </button> 66</floater>