Configurable colors
This commit is contained in:
parent
ca3c171698
commit
1b6f8ef282
3 changed files with 85 additions and 3 deletions
|
@ -2,6 +2,7 @@ import { TabWidget } from "std-widgets.slint";
|
|||
import { RecordWidget } from "record.slint";
|
||||
import { ReviewWidget } from "review.slint";
|
||||
import { TimelineEvent } from "timeline.slint";
|
||||
export { Palette } from "theme.slint";
|
||||
|
||||
export component AppWindow inherits Window {
|
||||
callback start-new-event <=> record.start-new-event;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue