This commit is contained in:
Alexey 2025-09-04 16:30:28 +03:00
commit ca6e12c9e0
3 changed files with 68 additions and 3 deletions

View file

@ -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;