Skip to content
Snippets Groups Projects
Commit 5bd82d18 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

linkdialog: add ability to copy PIN

Change-Id: I2471d3e72db309c65dceeade262904cd48055904
parent e7d594b5
No related branches found
No related tags found
No related merge requests found
......@@ -278,13 +278,17 @@ BaseDialog {
verticalAlignment: Text.AlignVCenter
}
Label {
MaterialLineEdit {
id: exportedPIN
Layout.alignment: Qt.AlignHCenter
Layout.preferredHeight: fieldLayoutHeight
Layout.preferredWidth: fieldLayoutWidth
text: JamiStrings.pin
color: JamiTheme.textColor
selectByMouse: true
readOnly: true
font.pointSize: JamiTheme.headerFontSize
font.kerning: true
horizontalAlignment: Text.AlignHCenter
......
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