Adjust notification count label text size

Make the label smaller so the numbers better fit into circle.

REVIEW: 125196
wilder-5.14
David Rosca 11 years ago
parent 3f8fbd3d4a
commit 36ee3e705e
  1. 2
      applets/notifications/package/contents/ui/NotificationIcon.qml

@ -78,7 +78,7 @@ Item {
// anchors.fill: parent breaks at small sizes for some reason
anchors.centerIn: parent
width: parent.width - units.smallSpacing
width: parent.width - (units.smallSpacing * 2.5 * text.length)
height: width
horizontalAlignment: Text.AlignHCenter

Loading…
Cancel
Save