Skip to content
Snippets Groups Projects
Commit ae4aed05 authored by Amin Bandali's avatar Amin Bandali Committed by Sébastien Blin
Browse files

settingsview: use JamiTheme.textFontSize for linked device ID font size

Change-Id: I5671490b701e9116885a88c65f8772ba621181dd
parent 059b3a94
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ ItemDelegate {
Layout.leftMargin: editDeviceName.leftPadding
elide: Text.ElideRight
font.pointSize: JamiTheme.tinyFontSize
font.pointSize: JamiTheme.textFontSize
color: JamiTheme.textColor
text: deviceId === "" ? qsTr("Device Id") : deviceId
}
......
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