summaryrefslogtreecommitdiff
path: root/components/controls
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-15 00:25:31 -0500
committerATMDA <atdma2600@gmail.com>2025-11-15 00:25:31 -0500
commit90e920bf2e002b4e6e0aa1896687c4800d770605 (patch)
tree59ca3bdf789e2b95842aaac283e0d3641955d117 /components/controls
parentcontrolcenter: undo accordion collapse on network and audio pane sections (diff)
downloadcaelestia-shell-90e920bf2e002b4e6e0aa1896687c4800d770605.tar.gz
caelestia-shell-90e920bf2e002b4e6e0aa1896687c4800d770605.tar.bz2
caelestia-shell-90e920bf2e002b4e6e0aa1896687c4800d770605.zip
controlcenter: fixed anchors vs parent logs
Diffstat (limited to 'components/controls')
-rw-r--r--components/controls/CollapsibleSection.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/controls/CollapsibleSection.qml b/components/controls/CollapsibleSection.qml
index 5bec5f8..3fba1c3 100644
--- a/components/controls/CollapsibleSection.qml
+++ b/components/controls/CollapsibleSection.qml
@@ -49,7 +49,7 @@ ColumnLayout {
font.pointSize: Appearance.font.size.normal
Behavior on rotation {
Anim {
- duration: Appearance.anim.durations.short
+ duration: Appearance.anim.durations.small
easing.bezierCurve: Appearance.anim.curves.standard
}
}