summaryrefslogtreecommitdiff
path: root/modules/osd/Content.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-12 17:15:55 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-12 17:15:55 +1000
commitd06d8b870f8cd2cc15d891412a5129bfc6117e09 (patch)
treec80d9a7bbdccf7a58ee7ab1e91d010224f60168a /modules/osd/Content.qml
parentdashboard: persist state (diff)
downloadcaelestia-shell-d06d8b870f8cd2cc15d891412a5129bfc6117e09.tar.gz
caelestia-shell-d06d8b870f8cd2cc15d891412a5129bfc6117e09.tar.bz2
caelestia-shell-d06d8b870f8cd2cc15d891412a5129bfc6117e09.zip
osd: loader content
Diffstat (limited to 'modules/osd/Content.qml')
-rw-r--r--modules/osd/Content.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/osd/Content.qml b/modules/osd/Content.qml
index 6870a57..f2bb51c 100644
--- a/modules/osd/Content.qml
+++ b/modules/osd/Content.qml
@@ -14,9 +14,6 @@ Item {
required property Brightness.Monitor monitor
required property var visibilities
- anchors.verticalCenter: parent.verticalCenter
- anchors.left: parent.left
-
implicitWidth: layout.implicitWidth + Appearance.padding.large * 2
implicitHeight: layout.implicitHeight + Appearance.padding.large * 2