aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysui/settings/animation/AnimationsSettings.qml2
-rw-r--r--sysui/settings/driverprofile/ProfileSettings.qml2
-rw-r--r--sysui/settings/language/LanguageSettings.qml2
3 files changed, 3 insertions, 3 deletions
diff --git a/sysui/settings/animation/AnimationsSettings.qml b/sysui/settings/animation/AnimationsSettings.qml
index 2823e51..b2a5772 100644
--- a/sysui/settings/animation/AnimationsSettings.qml
+++ b/sysui/settings/animation/AnimationsSettings.qml
@@ -56,7 +56,7 @@ Item {
width: Style.hspan(20)
height: parent.height
anchors.horizontalCenter: parent.horizontalCenter
- anchors.top: title.bottom
+ anchors.top: settingsTitle.bottom
anchors.topMargin: Style.vspan(0.8)
model: SettingsModel.windowTransitions
delegate: ListItemRadioButton {
diff --git a/sysui/settings/driverprofile/ProfileSettings.qml b/sysui/settings/driverprofile/ProfileSettings.qml
index 00c38f3..d9b2b5a 100644
--- a/sysui/settings/driverprofile/ProfileSettings.qml
+++ b/sysui/settings/driverprofile/ProfileSettings.qml
@@ -56,7 +56,7 @@ Item {
width: Style.hspan(20)
height: parent.height
anchors.horizontalCenter: parent.horizontalCenter
- anchors.top: title.bottom
+ anchors.top: settingsTitle.bottom
anchors.topMargin: Style.vspan(0.8)
model: SettingsModel.profiles
delegate: ListItemRadioButton {
diff --git a/sysui/settings/language/LanguageSettings.qml b/sysui/settings/language/LanguageSettings.qml
index ba02b4b..238eecc 100644
--- a/sysui/settings/language/LanguageSettings.qml
+++ b/sysui/settings/language/LanguageSettings.qml
@@ -56,7 +56,7 @@ Item {
width: Style.hspan(20)
height: parent.height
anchors.horizontalCenter: parent.horizontalCenter
- anchors.top: title.bottom
+ anchors.top: settingsTitle.bottom
anchors.topMargin: Style.vspan(0.8)
model: SettingsModel.languages
delegate: ListItemRadioButton {