Timeline
This commit is contained in:
parent
b6413f0e7d
commit
ca6e12c9e0
3 changed files with 68 additions and 3 deletions
|
@ -2,7 +2,9 @@ import { VerticalBox, LineEdit, Button, ComboBox } from "std-widgets.slint";
|
|||
import { Timeline } from "timeline.slint";
|
||||
|
||||
export component RecordWidget inherits VerticalBox {
|
||||
Timeline {}
|
||||
Timeline {
|
||||
updating: true;
|
||||
}
|
||||
GridLayout {
|
||||
spacing-vertical: 8px;
|
||||
spacing-horizontal: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue