blob: 1c9f20c496fa06a18ef51d67c02692f54d91a35d (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_close="true"
can_dock="false"
can_minimize="false"
can_resize="false"
default_tab_group="1"
height="460"
help_topic="toybox"
layout="topleft"
legacy_header_height="18"
name="Toybox"
open_centered="true"
save_rect="true"
single_instance="true"
title="Customize toolbars"
width="658">
<text
follows="left|top"
font="SansSerifMedium"
halign="left"
height="20"
layout="topleft"
left="40"
length="1"
name="toybox label 1"
right="-40"
top="35"
type="string">
Add or remove buttons by dragging them to or from the toolbars.
</text>
<text
follows="left|top"
font="SansSerifMedium"
halign="left"
height="20"
layout="topleft"
left="40"
length="1"
name="toybox label 2"
right="-40"
top="55"
type="string">
Buttons will appear as shown or as icon-only depending on each toolbar's settings.
</text>
<toolbar
bottom="395"
button_display_mode="icons_with_text"
left="40"
max_button_width="140"
min_button_width="70"
name="toybox_toolbar"
read_only="true"
right="-40"
side="top"
top="85">
</toolbar>
<button
follows="left|bottom"
height="23"
label="Restore defaults"
label_selected="Restore defaults"
layout="topleft"
left="40"
name="btn_restore_defaults"
top="415"
width="130">
<button.commit_callback function="Toybox.RestoreDefaults" />
</button>
</floater>
|