summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml
blob: d23fd1247f314011c2d3291f3270ed3e8b00546d (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
  legacy_header_height="18"
  can_resize="true"
  height="600"
  layout="topleft"
  min_height="175"
  min_width="500"
  name="contents"
  help_topic="contents"
  title="BULKY THUMBS"
  width="500">
    <button
      follows="left|top"
      height="20"
      label="Paste items from Inventory"
      layout="topleft"
      left="10"
      name="paste_items_btn"
      top="26	"
      width="200" />
    <button
      follows="left|top"
      height="20"
      label="Paste textures from Inventory"
      layout="topleft"
      left="250"
      name="paste_textures_btn"
      top="26	"
      width="200" />
    <text_editor
      height="510"
      follows="top|left|right|bottom"
      left="10"
      name="output_log"
      top_pad="10"
      width="480">
    </text_editor>
    <button
      follows="left|bottom"
      height="20"
      label="Merge items and textures"
      layout="bottomleft"
      left="10"
      name="merge_items_textures"
      bottom="8"
      width="100" />
    <button
      follows="left|bottom"
      height="20"
      label="Write Thumbnails"
      layout="bottomleft"
      left="150"
      name="write_items_thumbnails"
      bottom="8"
      width="100" />
    <button
      follows="left|bottom"
      height="20"
      label="Missing Thumbnails"
      layout="bottomleft"
      left="250"
      name="display_thumbless_items"
      bottom="8"
      width="100" />
</floater>