maths
This commit is contained in:
@@ -13,8 +13,8 @@ export component MainWindow inherits Window {
|
|||||||
in-out property <int> current-page: 0;
|
in-out property <int> current-page: 0;
|
||||||
in property <string> text: "Hello World";
|
in property <string> text: "Hello World";
|
||||||
in property <string> next-event-label: "NEXT EVENT";
|
in property <string> next-event-label: "NEXT EVENT";
|
||||||
in property <string> next-event-title: "LOADING CALENDAR";
|
in property <string> next-event-title: "LOADING CALENDAR LORUM IPSUM DOLOR SIT AMET";
|
||||||
in property <string> next-event-time: "--";
|
in property <string> next-event-time: "6:00 pm";
|
||||||
|
|
||||||
callback user-activity();
|
callback user-activity();
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ export component MainWindow inherits Window {
|
|||||||
Text {
|
Text {
|
||||||
x: 38px;
|
x: 38px;
|
||||||
y: 12px;
|
y: 12px;
|
||||||
width: parent.width - 128px;
|
width: (parent.width / 2) - (38px * 2) - 100px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
text: root.next-event-label;
|
text: root.next-event-label;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@@ -55,7 +55,7 @@ export component MainWindow inherits Window {
|
|||||||
Text {
|
Text {
|
||||||
x: 38px;
|
x: 38px;
|
||||||
y: 32px;
|
y: 32px;
|
||||||
width: 390px;
|
width: (parent.width / 2) - (38px * 2) - 100px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
text: root.next-event-title;
|
text: root.next-event-title;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|||||||
Reference in New Issue
Block a user