Skip to content
Snippets Groups Projects
Commit 087135cc authored by Sébastien Blin's avatar Sébastien Blin
Browse files

rtl: fix system settings page layout

Change-Id: I98bcd5b691cb8642900d1812cfcbcb6da3927c38
GitLab: #1133
parent 8520ddaa
No related branches found
No related tags found
No related merge requests found
......@@ -102,8 +102,6 @@ SettingsPageBase {
Layout.fillWidth: true
Layout.minimumHeight: JamiTheme.preferredFieldHeight
layoutDirection: UtilsAdapter.isRTL ? Qt.RightToLeft : Qt.LeftToRight
Text {
Layout.fillWidth: true
Layout.fillHeight: true
......@@ -141,7 +139,6 @@ SettingsPageBase {
Layout.fillWidth: true
Layout.preferredHeight: JamiTheme.preferredFieldHeight
LayoutMirroring.enabled: false
labelText: JamiStrings.language
tipText: JamiStrings.language
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment