Files
Puma_Viewer/indra/newview/skins/default/xui/en/floater_openobject.xml
T
2025-05-24 18:09:39 -03:00

109 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
positioning="centered"
legacy_header_height="18"
can_resize="true"
default_tab_group="1"
height="322"
layout="topleft"
min_height="160"
min_width="285"
name="objectcontents"
help_topic="objectcontents"
save_rect="true"
title="Object Contents"
width="300">
<text
type="string"
length="1"
follows="left|top|right"
font="SansSerif"
text_color="White"
height="16"
layout="topleft"
left="10"
name="object_name"
parse_urls="false"
top="20"
width="284">
[DESC]:
</text>
<panel_inventory_object
background_visible="false"
follows="all"
height="250"
layout="topleft"
left="10"
name="object_contents"
top_pad="0"
width="284" />
<layout_stack
follows="bottom|left|right"
height="25"
layout="topleft"
mouse_opaque="false"
name="button_bar_ls"
left="6"
orientation="horizontal"
bottom="-6"
right="-6">
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
mouse_opaque="false"
name="copy_btn_lp"
top="0"
auto_resize="true"
width="100">
<flyout_button
follows="left|right|bottom"
height="23"
label="Copy To Inventory"
layout="topleft"
left="0"
name="copy_flyout"
top="0"
width="100">
<flyout_button.item
label="Replace outfit with contents"
name="replace"
value="replace" />
<flyout_button.item
label="Add contents to outfit"
name="add"
value="add" />
<flyout_button.commit_callback
function="OpenObject.CopyAction" />
</flyout_button>
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
mouse_opaque="false"
name="cancel_btn_lp"
top="0"
auto_resize="true"
width="100">
<button
follows="left|bottom|right"
height="23"
label="Cancel"
label_selected="Cancel"
layout="topleft"
left="0"
top="0"
name="cancel_button"
width="100">
<button.commit_callback
function="OpenObject.Cancel" />
</button>
</layout_panel>
</layout_stack>
</floater>