mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 16:44:52 +08:00
fonts: add missing pointSize
Change-Id: I79f4abac2f1f0be39075cd05c597a5593bf17fb8
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user