[plasma/kwin] src/kcms/animations/ui: kcm/animations: Add bottomMargin to slider legend
Vlad Zahorodnii <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 97a15a1c8c56aefc155e3234bf09910fa61b5e92 by Vlad Zahorodnii, on behalf of Noah Davis.
Committed on 18/08/2026 at 19:43.
Pushed by vladz into branch 'master'.
kcm/animations: Add bottomMargin to slider legend
Makes the slider more centered in the group and makes the spacing between the legend and "Desktop animations" FormGroup a bit more faithful to the original appearance.
M +1 -0 src/kcms/animations/ui/main.qml
https://invent.kde.org/plasma/kwin/-/commit/97a15a1c8c56aefc155e3234bf09910fa61b5e92
diff --git a/src/kcms/animations/ui/main.qml b/src/kcms/animations/ui/main.qml
index 8aeed5c2316..6677606cf4b 100644
--- a/src/kcms/animations/ui/main.qml
+++ b/src/kcms/animations/ui/main.qml
@@ -72,6 +72,7 @@ KCM.SimpleKCM {
id: animationSpeedLegend
Layout.maximumWidth: animationSpeedSlider.width
Layout.fillWidth: true
+ Layout.bottomMargin: animationSpeedSlider.Layout.topMargin
spacing: 0
QQC2.Label {
Layout.fillWidth: true