Skip to content
Snippets Groups Projects
Commit a00a1913 authored by Page Magnier-Slimani's avatar Page Magnier-Slimani Committed by François-Simon Fauteux-Chapleau
Browse files

RTLlanguages: Fix crash when opening settings

Delete the preferedWidth of a row in the accountComboBox to avoid an
infinite polish() loop when accessing the settings with an RTL language.

GitLab: #1945

Change-Id: I37a4a1c61a296743835d677ab242c0fe214e8d16
parent 65d3befa
No related branches found
Tags 0.2.0
No related merge requests found
......@@ -45,7 +45,7 @@ Label {
anchors.fill: parent
color: JamiTheme.backgroundColor
Behavior on color {
Behavior on color {
ColorAnimation {
duration: JamiTheme.shortFadeDuration
}
......@@ -88,7 +88,6 @@ Label {
spacing: 10
Avatar {
id: avatar
objectName: "accountComboBoxAvatar"
......@@ -147,7 +146,6 @@ Label {
spacing: 10
Layout.preferredWidth: childrenRect.width
Layout.preferredHeight: parent.height
JamiPushButton {
......
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