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 {
button1.onClicked: root.close()
popupContent: Text {
Layout.fillWidth: true
Layout.preferredWidth: 280
Layout.leftMargin: 20
Layout.rightMargin: 20
Layout.alignment: Qt.AlignLeft
width: root.width - 2 * root.popupMargins
font.pixelSize: JamiTheme.popuptextSize
lineHeight: JamiTheme.wizardViewTextLineHeight
wrapMode: Text.WordWrap
color: JamiTheme.textColor
text: JamiStrings.joinJamiNoPassword
}
......
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