mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-18 14:35:24 +02:00
fonts: add missing pointSize
Change-Id: I79f4abac2f1f0be39075cd05c597a5593bf17fb8
This commit is contained in:
parent
c7bae56d37
commit
0ccfab7d8e
2 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,7 @@ Button {
|
||||||
property int elide: Text.ElideRight
|
property int elide: Text.ElideRight
|
||||||
|
|
||||||
font.kerning: true
|
font.kerning: true
|
||||||
|
font.pointSize: JamiTheme.textFontSize
|
||||||
|
|
||||||
hoverEnabled: hoveredColor !== undefined
|
hoverEnabled: hoveredColor !== undefined
|
||||||
|
|
||||||
|
|
|
@ -164,6 +164,7 @@ Popup {
|
||||||
}
|
}
|
||||||
|
|
||||||
text: qsTr("Add Account") + "+"
|
text: qsTr("Add Account") + "+"
|
||||||
|
font.pointSize: JamiTheme.textFontSize
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
comboBoxPopup.close()
|
comboBoxPopup.close()
|
||||||
|
|
Loading…
Add table
Reference in a new issue