diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-19 08:01:48 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-19 08:01:48 -0500 |
| commit | 50e29f8be35cb773b5bf25a494eddfe665073583 (patch) | |
| tree | 0e730d11f0c9bf18c32128bfde5a7414e5cb59fc /modules | |
| parent | controlcenter: minor moving around elements in taskbar panel (diff) | |
| download | caelestia-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.qml | 3 |
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 |