Merge branch 'Plasma/5.16'

wilder-5.17
Kai Uwe Broulik 7 years ago
commit 8ce4a2ffcd
  1. 2
      applets/notifications/package/contents/ui/CompactRepresentation.qml

@ -94,7 +94,7 @@ MouseArea {
PlasmaComponents.Label {
id: countLabel
anchors.centerIn: parent
width: Math.round(Math.min(parent.width, parent.height) * 0.75)
width: Math.round(Math.min(parent.width, parent.height) * (text.length > 1 ? 0.67 : 0.75))
height: width
fontSizeMode: Text.Fit
font.pointSize: 1024

Loading…
Cancel
Save