Index: sources/gui/qml/pages/settings/SettingsLocalization.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r934354462a353ff5e7fc2ddfe6f3a8f0121a8f3f --- sources/gui/qml/pages/settings/SettingsLocalization.qml (.../SettingsLocalization.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/pages/settings/SettingsLocalization.qml (.../SettingsLocalization.qml) (revision 934354462a353ff5e7fc2ddfe6f3a8f0121a8f3f) @@ -30,22 +30,13 @@ confirmVisible : true notificationText: vLocalization.notification + contentArea.anchors.topMargin: Variables.defaultMargin * 10 - Row { id: _settingsRoInputRow - anchors.centerIn: parent + contentItem: Item { id: _settingsRoInputItem - Text { id : _settingsLanguageLabel - text : qsTr("Language") - width : 150 - height : _settingsLanguageCombo.height - color : Colors.white - font.pixelSize : Fonts.fontPixelTextRectTitle - verticalAlignment : Text.AlignVCenter - horizontalAlignment : Text.AlignLeft - } - // FIXME: This combobox needs to be a global Component ComboBox { id : _settingsLanguageCombo + anchors.horizontalCenter : parent.horizontalCenter currentIndex : vLocalization.languageIndex displayText : currentText font.pixelSize : Fonts.fontPixelTextRectTitle