mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
rtl: fix system settings page layout
Change-Id: I98bcd5b691cb8642900d1812cfcbcb6da3927c38 GitLab: #1133
This commit is contained in:
parent
8520ddaa83
commit
087135cccf
1 changed files with 0 additions and 3 deletions
|
@ -102,8 +102,6 @@ SettingsPageBase {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.minimumHeight: JamiTheme.preferredFieldHeight
|
Layout.minimumHeight: JamiTheme.preferredFieldHeight
|
||||||
|
|
||||||
layoutDirection: UtilsAdapter.isRTL ? Qt.RightToLeft : Qt.LeftToRight
|
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
@ -141,7 +139,6 @@ SettingsPageBase {
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: JamiTheme.preferredFieldHeight
|
Layout.preferredHeight: JamiTheme.preferredFieldHeight
|
||||||
LayoutMirroring.enabled: false
|
|
||||||
|
|
||||||
labelText: JamiStrings.language
|
labelText: JamiStrings.language
|
||||||
tipText: JamiStrings.language
|
tipText: JamiStrings.language
|
||||||
|
|
Loading…
Add table
Reference in a new issue