Index: sources/gui/qml/pages/settings/SettingsBase.qml =================================================================== diff -u -r7c8336518360ebcec099451db85fd66caa6d1b81 -re7c552d59935eb2a63f3dcee0a5161d19f5c7ac5 --- sources/gui/qml/pages/settings/SettingsBase.qml (.../SettingsBase.qml) (revision 7c8336518360ebcec099451db85fd66caa6d1b81) +++ sources/gui/qml/pages/settings/SettingsBase.qml (.../SettingsBase.qml) (revision e7c552d59935eb2a63f3dcee0a5161d19f5c7ac5) @@ -66,7 +66,6 @@ enabled: true anchors { top : _root.top - topMargin : topMarginTitle left : _root.left } onClicked: { @@ -88,7 +87,6 @@ Text { id: _titleText anchors { top : _root.top - topMargin : topMarginTitle horizontalCenter: parent.horizontalCenter } horizontalAlignment : Text.AlignHCenter