fix(popup): fix errors in popup.qml

This commit is contained in:
Mikhail Zolotukhin 2021-10-23 01:19:51 +03:00
parent 08ab68a72b
commit 2862e56194

View File

@ -34,7 +34,7 @@ PlasmaCore.Dialog {
PC3.Label {
id: messageLabel
anchors.fill: parent
Layout.alignment: Qt.AlignHCenter
// This font size matches the one from Pulse Audio OSD for consistency
font.pointSize: PlasmaCore.Theme.defaultFont.pointSize * 1.2
horizontalAlignment: Text.AlignHCenter