summaryrefslogtreecommitdiff
path: root/modules/detachedcontent/Panes.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-03 23:44:51 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-03 23:44:51 +1000
commit18058407181e0f4114a4ef49a1796884c5661969 (patch)
treeab0f3dc8718cb076d90f60828e0c1975691b4e13 /modules/detachedcontent/Panes.qml
parentdcontent: impl rest of bt device settings (diff)
downloadcaelestia-shell-18058407181e0f4114a4ef49a1796884c5661969.tar.gz
caelestia-shell-18058407181e0f4114a4ef49a1796884c5661969.tar.bz2
caelestia-shell-18058407181e0f4114a4ef49a1796884c5661969.zip
dcontent: add audio placeholder
Also clip panes
Diffstat (limited to 'modules/detachedcontent/Panes.qml')
-rw-r--r--modules/detachedcontent/Panes.qml14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/detachedcontent/Panes.qml b/modules/detachedcontent/Panes.qml
index 912382c..d26a71d 100644
--- a/modules/detachedcontent/Panes.qml
+++ b/modules/detachedcontent/Panes.qml
@@ -43,6 +43,19 @@ ClippingRectangle {
}
}
+ Pane {
+ index: 2
+ sourceComponent: Item {
+ StyledText {
+ anchors.centerIn: parent
+ text: qsTr("Work in progress")
+ color: Colours.palette.m3outline
+ font.pointSize: Appearance.font.size.extraLarge
+ font.weight: 500
+ }
+ }
+ }
+
Behavior on y {
NumberAnimation {
duration: Appearance.anim.durations.normal
@@ -69,6 +82,7 @@ ClippingRectangle {
id: loader
anchors.fill: parent
+ clip: true
asynchronous: true
active: {
if (root.session.activeIndex === pane.index)