summaryrefslogtreecommitdiffstats
path: root/src/settingsui/locale/Language.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsui/locale/Language.qml')
-rw-r--r--src/settingsui/locale/Language.qml23
1 files changed, 1 insertions, 22 deletions
diff --git a/src/settingsui/locale/Language.qml b/src/settingsui/locale/Language.qml
index e536583..7904a72 100644
--- a/src/settingsui/locale/Language.qml
+++ b/src/settingsui/locale/Language.qml
@@ -37,30 +37,9 @@ Item {
id: root
property var currentRegion: Qt.locale(LocaleManager.locale)
- Text {
- id: languageAndRegionTitle
- anchors.top: parent.top
- anchors.left: parent.left
- fontSizeMode: Text.Fit
- minimumPixelSize: 1
- font.pixelSize: parent.height * 0.05
- color: "white"
- text: qsTr("Language & Region")
- font.family: appFont
- font.styleName: "Bold"
- }
- Rectangle {
- id: btmLine
- anchors.top: languageAndRegionTitle.bottom
- anchors.topMargin: parent.height * 0.025
- anchors.left: languageAndRegionTitle.left
- width: parent.width * 0.275
- height: parent.height * 0.005
- }
-
Row {
id: regionRow
- anchors.top: btmLine.bottom
+ anchors.top: parent.top
anchors.topMargin: parent.height * 0.075
anchors.left: parent.left
height: parent.height * 0.075