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

documentpreview: change font size

Change-Id: I030f80417946ea0ac50fa367ff98b03cf7945b6e
parent 9a29ebc9
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
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