Minor visual improvements with icons usage

This commit is contained in:
Vyn 2025-06-25 10:45:37 +02:00
parent ef56efd314
commit e10b466b60
Signed by: vyn
GPG key ID: E1B2BE34E7A971E7
5 changed files with 9 additions and 10 deletions

View file

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