blob: 484ad159d13b92cc295492d3a414c45a8adde1ea (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
positioning="cascading"
legacy_header_height="18"
can_minimize="false"
can_resize="false"
can_close="true"
height="305"
layout="topleft"
name="simple_snapshot"
single_instance="false"
help_topic="snapshot"
save_rect="true"
save_visibility="false"
title="ITEM SNAPSHOT"
width="351">
<ui_ctrl
layout="topleft"
name="thumbnail_placeholder"
top="18"
left="22"
width="335"
height="200"
follows="top|left"/>
<button
follows="left|bottom"
height="22"
layout="topleft"
left="29"
label="Take photo"
name="new_snapshot_btn"
bottom="-15"
width="90" />
<button
follows="left|bottom"
height="22"
layout="topleft"
left_pad="10"
label="Save"
name="save_btn"
width="90" />
<button
follows="left|bottom"
height="22"
layout="topleft"
left_pad="10"
label="Cancel"
name="cancel_btn"
width="90" />
</floater>
|