Minimizable record options
This commit is contained in:
parent
31281295bb
commit
8df3893baa
2 changed files with 20 additions and 4 deletions
|
@ -25,6 +25,7 @@ global TimeString {
|
|||
|
||||
export component Timeline inherits Rectangle {
|
||||
callback new-day-started;
|
||||
callback clicked <=> ta.clicked;
|
||||
|
||||
in-out property<bool> updating: true;
|
||||
in-out property<[TimelineEvent]> events: [];
|
||||
|
@ -46,6 +47,11 @@ export component Timeline inherits Rectangle {
|
|||
}
|
||||
}
|
||||
|
||||
ta := TouchArea {
|
||||
preferred-width: 100%;
|
||||
preferred-height: 100%;
|
||||
}
|
||||
|
||||
background: gray;
|
||||
border-width: 1px;
|
||||
border-color: black;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue