summaryrefslogtreecommitdiff
path: root/modules/controlcenter/appearance
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-13 22:16:47 -0500
committerATMDA <atdma2600@gmail.com>2025-11-13 22:16:47 -0500
commit78d032e9462b6678691747bfacc21032ee2e5685 (patch)
treeafdb4ba79c4c7db51ba95eae086823238d0188ee /modules/controlcenter/appearance
parenttray: wireless, ethernet, bluetooth cleanup (diff)
downloadcaelestia-shell-78d032e9462b6678691747bfacc21032ee2e5685.tar.gz
caelestia-shell-78d032e9462b6678691747bfacc21032ee2e5685.tar.bz2
caelestia-shell-78d032e9462b6678691747bfacc21032ee2e5685.zip
controlcenter: collapsiblegroups animation and styling tweaked
Diffstat (limited to 'modules/controlcenter/appearance')
-rw-r--r--modules/controlcenter/appearance/AppearancePane.qml20
1 files changed, 0 insertions, 20 deletions
diff --git a/modules/controlcenter/appearance/AppearancePane.qml b/modules/controlcenter/appearance/AppearancePane.qml
index fc338f9..e4d5892 100644
--- a/modules/controlcenter/appearance/AppearancePane.qml
+++ b/modules/controlcenter/appearance/AppearancePane.qml
@@ -284,10 +284,6 @@ RowLayout {
Layout.fillWidth: true
implicitHeight: colorVariantSection.expanded ? Math.min(400, M3Variants.list.length * 60) : 0
- Behavior on implicitHeight {
- Anim {}
- }
-
model: M3Variants.list
spacing: Appearance.spacing.small / 2
clip: true
@@ -379,10 +375,6 @@ RowLayout {
Layout.fillWidth: true
implicitHeight: colorSchemeSection.expanded ? Math.min(400, Schemes.list.length * 80) : 0
- Behavior on implicitHeight {
- Anim {}
- }
-
model: Schemes.list
spacing: Appearance.spacing.small / 2
clip: true
@@ -556,10 +548,6 @@ RowLayout {
Layout.fillWidth: true
implicitHeight: fontsSection.expanded ? Math.min(300, Qt.fontFamilies().length * 50) : 0
- Behavior on implicitHeight {
- Anim {}
- }
-
model: Qt.fontFamilies()
spacing: Appearance.spacing.small / 2
clip: true
@@ -633,10 +621,6 @@ RowLayout {
Layout.fillWidth: true
implicitHeight: fontsSection.expanded ? Math.min(300, Qt.fontFamilies().length * 50) : 0
- Behavior on implicitHeight {
- Anim {}
- }
-
model: Qt.fontFamilies()
spacing: Appearance.spacing.small / 2
clip: true
@@ -710,10 +694,6 @@ RowLayout {
Layout.fillWidth: true
implicitHeight: fontsSection.expanded ? Math.min(300, Qt.fontFamilies().length * 50) : 0
- Behavior on implicitHeight {
- Anim {}
- }
-
model: Qt.fontFamilies()
spacing: Appearance.spacing.small / 2
clip: true