1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-12 19:45:23 +02:00

fonts: add missing pointSize

Change-Id: I79f4abac2f1f0be39075cd05c597a5593bf17fb8
This commit is contained in:
Sébastien Blin 2020-09-17 14:06:05 -04:00
parent c7bae56d37
commit 0ccfab7d8e
No known key found for this signature in database
GPG key ID: C894BB01EEB2A9A9
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@ Button {
property int elide: Text.ElideRight
font.kerning: true
font.pointSize: JamiTheme.textFontSize
hoverEnabled: hoveredColor !== undefined

View file

@ -164,6 +164,7 @@ Popup {
}
text: qsTr("Add Account") + "+"
font.pointSize: JamiTheme.textFontSize
onClicked: {
comboBoxPopup.close()