aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBramastyo Harimukti <bramastyo.harimukti.santoso@pelagicore.com>2017-10-05 15:49:11 +0200
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2017-10-05 14:48:33 +0000
commite5064985ab96b54e6a74537d1eb2b7ca6eb3c9be (patch)
tree4690be885fa6f0c94fff1d63fe337ee6af191ade
parent5d39f7e3c6f9b1f013e5510599521f5afadde4e2 (diff)
Update left-over margin setup for settings
Task-number: QAUTO-554 Change-Id: I6d04e4002168b64577046008fddcc936268c079b Reviewed-by: Lukáš Tinkl <ltinkl@luxoft.com>
-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 {