aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/modules/status/StatusPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/modules/status/StatusPage.qml')
-rw-r--r--desktop/modules/status/StatusPage.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/modules/status/StatusPage.qml b/desktop/modules/status/StatusPage.qml
index 850cc73..2fbdc9b 100644
--- a/desktop/modules/status/StatusPage.qml
+++ b/desktop/modules/status/StatusPage.qml
@@ -40,4 +40,14 @@ Column {
description: "Do not disturb, no screen lock, breaktimer paused."
value: Status.presentation
}
+
+ Rectangle {
+ width: page.width
+ height: 1
+ color: Qt.alpha(Theme.text, 0.08)
+ }
+
+ SnoozeRow {
+ width: page.width
+ }
}