Skip to content
Snippets Groups Projects
Commit bf0b3370 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

settings: fix polish loop

Gitlab: #938
Change-Id: Ida391e8fb7b21eed08966a00a1ec3d14fb02de73
parent 05a09a82
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,8 @@ SettingsPageBase {
Layout.alignment: Qt.AlignLeft
Layout.topMargin: 10
Layout.preferredWidth: Math.min(360, root.width - JamiTheme.preferredSettingsMarginSize)
Layout.preferredWidth: Math.min(360, manageAccountColumnLayout.width - JamiTheme.preferredSettingsMarginSize)
backgroundColor: JamiTheme.jamiIdColor
}
......
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