dblume commited on 2023-04-06 21:44:40
Showing 3 changed files, with 18 additions and 18 deletions.
... | ... |
@@ -36,7 +36,7 @@ function init() |
36 | 36 |
m.updates_right_title = m.top.findNode("updates_right_title") |
37 | 37 |
m.updates_right_title.font.size=title_font_size |
38 | 38 |
m.updates_right_title.color="0x62E7FFFF" |
39 |
- m.updates_right_title.text = "Test Output (Press OK to run test)" |
|
39 |
+ m.updates_right_title.text = "Test Output (Press ↑ ↓ OK)" |
|
40 | 40 |
|
41 | 41 |
m.title_color = "0x20204080" |
42 | 42 |
m.title_focus_color = "0x4060B0A0" |
... | ... |
@@ -11,14 +11,14 @@ |
11 | 11 |
vertAlign="top" /> |
12 | 12 |
|
13 | 13 |
<Rectangle id="updates_title_rect" |
14 |
- width="900" |
|
14 |
+ width="920" |
|
15 | 15 |
height="51" |
16 |
- translation = "[50,40]" |
|
16 |
+ translation = "[30,40]" |
|
17 | 17 |
color = "0x20600040" > |
18 | 18 |
<Label id="updates_title" |
19 | 19 |
text="" |
20 | 20 |
font = "font:SmallBoldSystemFont" |
21 |
- width="880" |
|
21 |
+ width="900" |
|
22 | 22 |
height="40" |
23 | 23 |
translation = "[10,10]" |
24 | 24 |
horizAlign="left" |
... | ... |
@@ -26,13 +26,13 @@ |
26 | 26 |
wrap="true" /> |
27 | 27 |
</Rectangle> |
28 | 28 |
<Rectangle id="updates_rect" |
29 |
- width="900" |
|
29 |
+ width="920" |
|
30 | 30 |
height="440" |
31 |
- translation = "[50,90]" |
|
31 |
+ translation = "[30,90]" |
|
32 | 32 |
color = "0x00800040" > |
33 | 33 |
<Label id="updates" |
34 | 34 |
text="" |
35 |
- width="880" |
|
35 |
+ width="900" |
|
36 | 36 |
height="420" |
37 | 37 |
translation = "[10,10]" |
38 | 38 |
horizAlign="left" |
... | ... |
@@ -41,14 +41,14 @@ |
41 | 41 |
</Rectangle> |
42 | 42 |
|
43 | 43 |
<Rectangle id="updates_lower_title_rect" |
44 |
- width="900" |
|
44 |
+ width="920" |
|
45 | 45 |
height="50" |
46 |
- translation = "[50,540]" |
|
46 |
+ translation = "[30,540]" |
|
47 | 47 |
color = "0x40203040" > |
48 | 48 |
<Label id="updates_lower_title" |
49 | 49 |
text="updates_lower_title text" |
50 | 50 |
font = "font:SmallBoldSystemFont" |
51 |
- width="880" |
|
51 |
+ width="900" |
|
52 | 52 |
height="40" |
53 | 53 |
translation = "[10,10]" |
54 | 54 |
horizAlign="left" |
... | ... |
@@ -56,13 +56,13 @@ |
56 | 56 |
wrap="true" /> |
57 | 57 |
</Rectangle> |
58 | 58 |
<Rectangle id="updates_lower_rect" |
59 |
- width="900" |
|
59 |
+ width="920" |
|
60 | 60 |
height="440" |
61 |
- translation = "[50,590]" |
|
61 |
+ translation = "[30,590]" |
|
62 | 62 |
color = "0x60202040" > |
63 | 63 |
<Label id="updates_lower" |
64 | 64 |
text="updates_lower text" |
65 |
- width="880" |
|
65 |
+ width="900" |
|
66 | 66 |
height="420" |
67 | 67 |
translation = "[10,10]" |
68 | 68 |
horizAlign="left" |
... | ... |
@@ -71,14 +71,14 @@ |
71 | 71 |
</Rectangle> |
72 | 72 |
|
73 | 73 |
<Rectangle id="updates_right_title_rect" |
74 |
- width="900" |
|
74 |
+ width="920" |
|
75 | 75 |
height="51" |
76 | 76 |
translation = "[960,40]" |
77 | 77 |
color = "0x20004040" > |
78 | 78 |
<Label id="updates_right_title" |
79 | 79 |
text="" |
80 | 80 |
font = "font:SmallBoldSystemFont" |
81 |
- width="880" |
|
81 |
+ width="900" |
|
82 | 82 |
height="40" |
83 | 83 |
translation = "[10,10]" |
84 | 84 |
horizAlign="left" |
... | ... |
@@ -86,12 +86,12 @@ |
86 | 86 |
wrap="true" /> |
87 | 87 |
</Rectangle> |
88 | 88 |
<Rectangle id="updates_right_rect" |
89 |
- width="900" |
|
89 |
+ width="920" |
|
90 | 90 |
height="940" |
91 | 91 |
translation = "[960,90]" |
92 | 92 |
color = "0x00002040" > |
93 | 93 |
<Label id="updates_right" |
94 |
- width="880" |
|
94 |
+ width="908" |
|
95 | 95 |
height="920" |
96 | 96 |
translation = "[10,10]" |
97 | 97 |
horizAlign="left" |