Share popup: fix font size

Change-Id: Ied676c0bcea675735274362ecc35de504c4c7fa9
This commit is contained in:
lcoursodon
2023-10-17 10:02:33 -04:00
parent 811a93cc27
commit 8b21b0fda9

View File

@@ -93,7 +93,7 @@ Popup {
Layout.alignment: Qt.AlignLeft
text: control.text
color: JamiTheme.chatViewFooterImgHoverColor
font.pixelSize: JamiTheme.chatViewFooterFontSize
font.pixelSize: JamiTheme.menuFontSize
}
}
background: Rectangle {