summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-19 08:01:48 -0500
committerATMDA <atdma2600@gmail.com>2025-11-19 08:01:48 -0500
commit50e29f8be35cb773b5bf25a494eddfe665073583 (patch)
tree0e730d11f0c9bf18c32128bfde5a7414e5cb59fc /modules
parentcontrolcenter: minor moving around elements in taskbar panel (diff)
downloadcaelestia-shell-50e29f8be35cb773b5bf25a494eddfe665073583.tar.gz
caelestia-shell-50e29f8be35cb773b5bf25a494eddfe665073583.tar.bz2
caelestia-shell-50e29f8be35cb773b5bf25a494eddfe665073583.zip
controlcenter: corrected nesting of bg when transparency off
Diffstat (limited to 'modules')
-rw-r--r--modules/controlcenter/appearance/AppearancePane.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/controlcenter/appearance/AppearancePane.qml b/modules/controlcenter/appearance/AppearancePane.qml
index 891f64b..61cdcaa 100644
--- a/modules/controlcenter/appearance/AppearancePane.qml
+++ b/modules/controlcenter/appearance/AppearancePane.qml
@@ -524,6 +524,7 @@ RowLayout {
title: qsTr("Material font family")
expanded: true
showBackground: true
+ nested: true
Loader {
id: materialFontLoader
@@ -606,6 +607,7 @@ RowLayout {
title: qsTr("Monospace font family")
expanded: false
showBackground: true
+ nested: true
Loader {
Layout.fillWidth: true
@@ -686,6 +688,7 @@ RowLayout {
title: qsTr("Sans-serif font family")
expanded: false
showBackground: true
+ nested: true
Loader {
Layout.fillWidth: true