Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
fix(popup): fix errors in popup.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Zolotukhin committed Oct 22, 2021
1 parent 08ab68a commit 2862e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/ui/popup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2862e56

Please sign in to comment.