Skip to content
Snippets Groups Projects
Commit 38188850 authored by Capucine Berthet's avatar Capucine Berthet Committed by Sébastien Blin
Browse files

NoUserNamePopup: new design

GitLab: #1417
Change-Id: I6abc313f78ca37b9cce76137f85c4a9656b98feb
parent 6cbda2ce
No related branches found
No related tags found
No related merge requests found
...@@ -52,14 +52,12 @@ BaseModalDialog { ...@@ -52,14 +52,12 @@ BaseModalDialog {
button1.onClicked: root.close() button1.onClicked: root.close()
popupContent: Text { popupContent: Text {
Layout.fillWidth: true width: root.width - 2 * root.popupMargins
Layout.preferredWidth: 280
Layout.leftMargin: 20
Layout.rightMargin: 20
Layout.alignment: Qt.AlignLeft
font.pixelSize: JamiTheme.popuptextSize font.pixelSize: JamiTheme.popuptextSize
lineHeight: JamiTheme.wizardViewTextLineHeight lineHeight: JamiTheme.wizardViewTextLineHeight
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
color: JamiTheme.textColor color: JamiTheme.textColor
text: JamiStrings.joinJamiNoPassword text: JamiStrings.joinJamiNoPassword
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment