mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-19 06:55:24 +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.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
|
||||
|
|
Loading…
Add table
Reference in a new issue