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