mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-05 11:13:18 +00:00
Minor visual improvements with icons usage
This commit is contained in:
parent
ef56efd314
commit
e10b466b60
5 changed files with 9 additions and 10 deletions
|
@ -58,7 +58,9 @@ export component CreateTaskOrEvent inherits Rectangle {
|
|||
VText { text: "for"; vertical-alignment: bottom;}
|
||||
VerticalLayout {
|
||||
alignment: end;
|
||||
sourceInput := ComboBox {
|
||||
// This ComboBox cause UI lag when loaded first time.
|
||||
// Same thing without the `model` set.
|
||||
sourceInput := ComboBox {
|
||||
model: root.sources;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue