mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-03 09:55:52 +00:00
Add new 'Add task/event' bar directly in the main view
This commit is contained in:
parent
534da46a26
commit
2aa039e5fc
18 changed files with 399 additions and 51 deletions
9
external/slint-vynui/BurgerIcon.slint
vendored
Normal file
9
external/slint-vynui/BurgerIcon.slint
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { Palette } from "./Palette.slint";
|
||||
|
||||
export component BurgerIcon inherits Path {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
commands: "M3 6h18M3 12h18M3 18h18";
|
||||
stroke: Palette.foreground;
|
||||
stroke-width: 2px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue