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

fonts: add missing pointSize

Change-Id: I79f4abac2f1f0be39075cd05c597a5593bf17fb8
parent c7bae56d
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ Button {
property int elide: Text.ElideRight
font.kerning: true
font.pointSize: JamiTheme.textFontSize
hoverEnabled: hoveredColor !== undefined
......
......@@ -164,6 +164,7 @@ Popup {
}
text: qsTr("Add Account") + "+"
font.pointSize: JamiTheme.textFontSize
onClicked: {
comboBoxPopup.close()
......
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