Fix the 'show completed tasks' feature

This commit is contained in:
Vyn 2025-07-04 11:04:10 +02:00
parent e94ed17de9
commit cf30a47c68
Signed by: vyn
GPG key ID: E1B2BE34E7A971E7
4 changed files with 7 additions and 4 deletions

View file

@ -21,8 +21,8 @@ export component AddEventModal inherits Modal {
titleInput := VTextInput {
label: "title";
}
VText { text: "on"; vertical-alignment: bottom;}
dateInput := VDatePicker {
label: "on";
enabled: true;
}
HorizontalLayout {

View file

@ -42,7 +42,7 @@ export component SideBar inherits Rectangle {
vertical-stretch: 1;
VerticalLayout {
vertical-stretch: 1;
spacing: 4px;
spacing: 8px;
for source[index] in AppModels.sidebar-view.sources: HorizontalLayout {
alignment: space-between;
VText {