PageRenderTime 31ms CodeModel.GetById 8ms app.highlight 11ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/panel_snapshot_options.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 84 lines | 84 code | 0 blank | 0 comment | 0 complexity | d318f088b9cb5bb83c8cfb6baa1e9130 MD5 | raw file
Possible License(s): LGPL-2.1
 1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
 2<panel
 3 follows="all"
 4 height="240"
 5 layout="topleft"
 6 name="panel_snapshot_options"
 7 width="490">
 8  <button
 9   follows="left|top|right"
10   font="SansSerif"
11   halign="left"
12   height="38"
13   image_overlay="Snapshot_Profile"
14   image_overlay_alignment="left"
15   image_top_pad="-2"
16   imgoverlay_label_space="10"
17   label="Post to My Profile Feed"
18   layout="topleft"
19   left="10"
20   name="save_to_profile_btn"
21   pad_left="10"
22   right="-10"
23   top="5">
24    <button.commit_callback
25     function="Snapshot.SaveToProfile" />
26  </button>
27  <button
28   follows="left|top|right"
29   font="SansSerif"
30   halign="left"
31   height="38"
32   image_overlay="Snapshot_Email"
33   image_overlay_alignment="left"
34   image_top_pad="-2"
35   imgoverlay_label_space="10"
36   label="Email"
37   layout="topleft"
38   left_delta="0"
39   name="save_to_email_btn"
40   pad_left="10"
41   right="-10"
42   top_pad="10">
43    <button.commit_callback
44     function="Snapshot.SaveToEmail" />
45  </button>
46  <button
47   follows="left|top|right"
48   font="SansSerif"
49   halign="left"
50   height="38"
51   image_overlay="Snapshot_Inventory"
52   image_overlay_alignment="left"
53   image_top_pad="-2"
54   imgoverlay_label_space="10"
55   label="Save to My Inventory (L$[AMOUNT])"
56   layout="topleft"
57   left_delta="0"
58   name="save_to_inventory_btn"
59   pad_left="10"
60   right="-10"
61   top_pad="10">
62    <button.commit_callback
63     function="Snapshot.SaveToInventory" />
64  </button>
65  <button
66   follows="left|top|right"
67   font="SansSerif"
68   halign="left"
69   height="38"
70   image_overlay="Snapshot_Download"
71   image_overlay_alignment="left"
72   image_top_pad="-2"
73   imgoverlay_label_space="10"
74   label="Save to My Computer"
75   layout="topleft"
76   left_delta="0"
77   name="save_to_computer_btn"
78   pad_left="10"
79   right="-10"
80   top_pad="10">
81    <button.commit_callback
82     function="Snapshot.SaveToComputer" />
83  </button>
84</panel>