mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-23 08:13:51 +02:00
settingsview: use JamiTheme.textFontSize for linked device ID font size
Change-Id: I5671490b701e9116885a88c65f8772ba621181dd
This commit is contained in:
parent
059b3a9436
commit
ae4aed0532
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ ItemDelegate {
|
||||||
Layout.leftMargin: editDeviceName.leftPadding
|
Layout.leftMargin: editDeviceName.leftPadding
|
||||||
|
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
font.pointSize: JamiTheme.tinyFontSize
|
font.pointSize: JamiTheme.textFontSize
|
||||||
color: JamiTheme.textColor
|
color: JamiTheme.textColor
|
||||||
text: deviceId === "" ? qsTr("Device Id") : deviceId
|
text: deviceId === "" ? qsTr("Device Id") : deviceId
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue