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
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()