a lightweight, interval-based utility to combat digital strain through "Ma" (intentional pauses) for the eyes and body.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: center password input field in overlay

+7 -4
+7 -4
ui/overlay.slint
··· 79 79 alignment: center; 80 80 spacing: 8px; 81 81 82 - pw-field := LineEdit { 83 - width: 260px; 84 - placeholder-text: "Emergency password"; 85 - input-type: password; 82 + HorizontalLayout { 83 + alignment: center; 84 + pw-field := LineEdit { 85 + width: 260px; 86 + placeholder-text: "Emergency password"; 87 + input-type: password; 88 + } 86 89 } 87 90 88 91 if unlock-error != "" : Text {