blob: 9e50e89ac953b556d4c18aaca44e52247be10dea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_resize="true"
height="330"
width="310"
layout="topleft"
min_height="200"
min_width="310"
name="floater_preview_trash"
save_rect="true"
title="TRASH"
single_instance="true"
reuse_instance="true"
can_minimize="false">
<inventory_panel
name="inventory_outbox"
start_folder.name="Trash"
show_empty_message="false"
start_folder.type="trash"
follows="all"
layout="topleft"
top="18" left="7" height="280" width="296"
top_pad="0"
bg_opaque_color="DkGray2"
bg_alpha_color="DkGray2"
background_visible="true"
border="false"
bevel_style="none"
scroll.reserve_scroll_corner="false">
<folder folder_arrow_image="Folder_Arrow"
folder_indentation="8"
item_height="20"
item_top_pad="4"
selection_image="Rounded_Square"
left_pad="5"
icon_pad="2"
icon_width="16"
text_pad="1"
text_pad_right="4"
arrow_size="12"
max_folder_item_overlap="2"/>
<item allow_wear="false"/>
</inventory_panel>
<layout_stack follows="bottom|left|right"
height="23"
layout="topleft"
mouse_opaque="false"
name="button_panel_ls"
left="0"
orientation="horizontal"
top_pad="5"
width="310">
<layout_panel follows="bottom|left|right"
height="23"
layout="bottomleft"
left="0"
mouse_opaque="false"
name="empty_btn_lp"
auto_resize="true"
width="155">
<button enabled="true"
follows="bottom|left|right"
height="23"
label="Empty Trash"
layout="topleft"
left="30"
name="empty_btn"
top="0"
width="120" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="0"
mouse_opaque="false"
name="share_btn_lp"
auto_resize="true"
width="155">
<button
enabled="true"
follows="bottom|left|right"
height="23"
label="Cancel"
layout="topleft"
left="5"
name="cancel_btn"
top="0"
width="120" />
</layout_panel>
</layout_stack>
</floater>
|