summaryrefslogtreecommitdiff
path: root/modules/controlcenter/ControlCenter.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-05 16:19:58 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-05 16:19:58 +1000
commitfb650907a0b18fab4f996c2fdc110d2d091e4060 (patch)
treeab2ec5bb7f17fc36ea9ccc12bad451c43a1b7f9c /modules/controlcenter/ControlCenter.qml
parentinternal: position slider handle correctly (diff)
downloadcaelestia-shell-fb650907a0b18fab4f996c2fdc110d2d091e4060.tar.gz
caelestia-shell-fb650907a0b18fab4f996c2fdc110d2d091e4060.tar.bz2
caelestia-shell-fb650907a0b18fab4f996c2fdc110d2d091e4060.zip
internal: rename dcontent -> controlcenter
Diffstat (limited to '')
-rw-r--r--modules/controlcenter/ControlCenter.qml (renamed from modules/detachedcontent/DetachedContent.qml)4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/detachedcontent/DetachedContent.qml b/modules/controlcenter/ControlCenter.qml
index cf564cb..2e7ce07 100644
--- a/modules/detachedcontent/DetachedContent.qml
+++ b/modules/controlcenter/ControlCenter.qml
@@ -17,8 +17,8 @@ Item {
id: session
}
- implicitWidth: implicitHeight * Config.dcontent.sizes.ratio
- implicitHeight: screen.height * Config.dcontent.sizes.heightMult
+ implicitWidth: implicitHeight * Config.controlCenter.sizes.ratio
+ implicitHeight: screen.height * Config.controlCenter.sizes.heightMult
RowLayout {
anchors.fill: parent