summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_change_item_thumbnail.xml
blob: 726cb38481b612c673e89cfcbfd3df3d4852f3b7 (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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 can_resize="false"
 height="366"
 layout="topleft"
 name="change_item_thumbnail"
 help_topic="change_item_thumbnail"
 title="CHANGE ITEM IMAGE"
 width="319">

  <floater.string
    name="title_item_thumbnail">
    CHANGE ITEM IMAGE
  </floater.string>
  <floater.string
    name="title_folder_thumbnail">
    CHANGE FOLDER IMAGE
  </floater.string>
  <floater.string
    name="tooltip_upload_local">
    Upload from computer
  </floater.string>
  <floater.string
    name="tooltip_upload_snapshot">
    Use snapshot tool
  </floater.string>
  <floater.string
    name="tooltip_use_texture">
    Choose texture
  </floater.string>
  <floater.string
    name="tooltip_copy_to_clipboard">
    Copy to clipboard
  </floater.string>
  <floater.string
    name="tooltip_paste_from_clipboard">
    Paste from clipboard
  </floater.string>
  <floater.string
    name="tooltip_remove_image">
    Remove image
  </floater.string>
  
  <icon
    follows="top|left"
    height="16"
    image_name="Inv_Object"
    layout="topleft"
    left="10"
    mouse_opaque="true"
    name="item_type_icon"
    top="4"
    width="16" />
  <text
    name="item_name"
    font="SansSerif"
    use_ellipses="true"
    follows="left|top|right"
    layout="topleft"
    height="19"
    top_delta="1"
    left_pad="3"
    width="286"/>

  <thumbnail
    name="item_thumbnail"
    fallback_image="Thumbnail_Fallback"
    follows="top|left"
    layout="topleft"
    left="32"
    top_pad="9"
    height="256"
    width="256"
        />

  <button
    follows="right|bottom"
    layout="topleft"
    image_hover_unselected="Toolbar_Middle_Over"
    image_overlay="Icon_File_Upload"
    image_selected="Toolbar_Middle_Selected"
    image_unselected="Toolbar_Middle_Off"
    name="upload_local"
    left="38"
    top_pad="9"
    height="32"
    width="32" />
  <button
    follows="right|bottom"
    layout="topleft"
    image_hover_unselected="Toolbar_Middle_Over"
    image_overlay="Icon_Snapshot"
    image_selected="Toolbar_Middle_Selected"
    image_unselected="Toolbar_Middle_Off"
    name="upload_snapshot"
    left_pad="10"
    top_delta="0"
    height="32"
    width="32" />
  <button
    follows="right|bottom"
    layout="topleft"
    image_hover_unselected="Toolbar_Middle_Over"
    image_overlay="Icon_Use_Texture"
    image_selected="Toolbar_Middle_Selected"
    image_unselected="Toolbar_Middle_Off"
    name="use_texture"
    left_pad="10"
    top_delta="0"
    height="32"
    width="32" />
  <button
    follows="right|bottom"
    layout="topleft"
    image_hover_unselected="Toolbar_Middle_Over"
    image_overlay="Icon_Copy"
    image_selected="Toolbar_Middle_Selected"
    image_unselected="Toolbar_Middle_Off"
    name="copy_to_clipboard"
    left_pad="10"
    top_delta="0"
    height="32"
    width="32" />
  <button
    follows="right|bottom"
    layout="topleft"
    image_hover_unselected="Toolbar_Middle_Over"
    image_overlay="Icon_Paste"
    image_selected="Toolbar_Middle_Selected"
    image_unselected="Toolbar_Middle_Off"
    name="paste_from_clipboard"
    left_pad="10"
    top_delta="0"
    height="32"
    width="32" />
  <button
    follows="right|bottom"
    layout="topleft"
    image_hover_unselected="Toolbar_Middle_Over"
    image_overlay="Icon_Delete"
    image_selected="Toolbar_Middle_Selected"
    image_unselected="Toolbar_Middle_Off"
    name="remove_image"
    left_pad="10"
    top_delta="0"
    height="32"
    width="32" />

  <text
    type="string"
    halign="center"
    length="1"
    follows="left|top"
    height="17"
    layout="topleft"
    left="5"
    right="-5"
    name="tooltip_text"
    top_pad="12"
    width="78">
    tooltip
  </text>
  
</floater>