mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-12 13:43:20 +00:00
Fix the 'show completed tasks' feature
This commit is contained in:
parent
e94ed17de9
commit
cf30a47c68
4 changed files with 7 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue