-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathview_layout.pyui
106 lines (102 loc) · 3.28 KB
/
view_layout.pyui
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
[
{
"selected" : false,
"frame" : "{{0, 0}, {320, 480}}",
"class" : "View",
"nodes" : [
{
"selected" : true,
"frame" : "{{0, 0}, {320, 480}}",
"class" : "ScrollView",
"nodes" : [
{
"selected" : false,
"frame" : "{{6, 7}, {248, 32}}",
"class" : "Label",
"nodes" : [
],
"attributes" : {
"flex" : "",
"font_size" : 17,
"enabled" : true,
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"text" : "Leerzeichen zwischen Worten",
"alignment" : "left",
"uuid" : "1205DDA5-4EAE-4D83-B35D-F686BBD164C7",
"name" : "label1",
"text_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)"
}
},
{
"selected" : false,
"frame" : "{{6, 46}, {248, 32}}",
"class" : "Label",
"nodes" : [
],
"attributes" : {
"flex" : "",
"font_size" : 17,
"enabled" : true,
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"text" : "Umbruch von Absätzen.",
"alignment" : "left",
"uuid" : "478119D5-49C4-4AC5-976F-C9C87AFB609D",
"name" : "label2",
"text_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)"
}
},
{
"selected" : false,
"frame" : "{{268, 7}, {51, 31}}",
"class" : "Switch",
"nodes" : [
],
"attributes" : {
"flex" : "L",
"action" : "self.handle_action",
"enabled" : true,
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"uuid" : "04F129C1-2A0D-47E7-A3D7-4870D55C4942",
"value" : true,
"name" : "switch_layout_word_separation"
}
},
{
"selected" : true,
"frame" : "{{268, 46}, {51, 31}}",
"class" : "Switch",
"nodes" : [
],
"attributes" : {
"flex" : "L",
"action" : "self.handle_action",
"enabled" : true,
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"uuid" : "22D539CD-A117-41E4-B519-CDC714F152D6",
"value" : true,
"name" : "switch_layout_paragraph_separation"
}
}
],
"attributes" : {
"flex" : "WH",
"enabled" : true,
"content_width" : 320,
"content_height" : 480,
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"uuid" : "A12AC11D-1BAB-4954-A206-9C1C8E18A089",
"custom_attributes" : "{ 'background_color' : defaults.COLOR_LIGHT_BLUE }",
"name" : "scrollview_layout"
}
}
],
"attributes" : {
"tint_color" : "RGBA(0.000000,0.478000,1.000000,1.000000)",
"enabled" : true,
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"background_color" : "RGBA(1.000000,1.000000,1.000000,1.000000)",
"name" : "Layout",
"flex" : ""
}
}
]