mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-19 06:55:24 +02:00
documentpreview: change font size
Change-Id: I030f80417946ea0ac50fa367ff98b03cf7945b6e
This commit is contained in:
parent
9a29ebc955
commit
a656070fea
2 changed files with 1 additions and 2 deletions
|
@ -458,7 +458,7 @@ Item {
|
|||
property real filesToSendDelegateHeight: 100
|
||||
property real filesToSendDelegateRadius: 7
|
||||
property real filesToSendDelegateButtonSize: 16
|
||||
property real filesToSendDelegateFontPointSize: calcSize(textFontSize + 2)
|
||||
property real filesToSendDelegateFontPointSize: calcSize(9 + fontSizeOffset)
|
||||
property real layoutWidthFileTransfer: 80
|
||||
|
||||
// SBSMessageBase
|
||||
|
|
|
@ -156,7 +156,6 @@ Item {
|
|||
Layout.preferredWidth: info.width
|
||||
font.pointSize: JamiTheme.filesToSendDelegateFontPointSize
|
||||
color: JamiTheme.chatviewTextColor
|
||||
font.bold : true
|
||||
text: TransferName
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue