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