Several bugfixes
- Fixed event invisibility when offset is after event's half width - Fixed event being shown outside timeline component - When timer reaches 24:00:00, new day is automatically started
This commit is contained in:
parent
bb230ab4dc
commit
b5e9a4115a
7 changed files with 79 additions and 27 deletions
|
@ -2,6 +2,7 @@ import { VerticalBox, LineEdit, Button, ComboBox } from "std-widgets.slint";
|
|||
import { Timeline } from "timeline.slint";
|
||||
|
||||
export component RecordWidget inherits VerticalBox {
|
||||
callback new-day-started <=> tl.new-day-started;
|
||||
callback update-visible-time(string);
|
||||
callback start-new-event(string);
|
||||
callback chain-event(string);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue