[Notifications] Use null as TextArea background

Saves creating a pointless Item
wilder-5.25
Kai Uwe Broulik 4 years ago
parent e1692be472
commit 02a6270f82
  1. 2
      applets/notifications/package/contents/ui/SelectableLabel.qml

@ -42,7 +42,7 @@ PlasmaComponents3.ScrollView {
topPadding: 0
bottomPadding: 0
background: Item {}
background: null
// Work around Qt bug where NativeRendering breaks for non-integer scale factors
// https://bugreports.qt.io/browse/QTBUG-67007
renderType: Screen.devicePixelRatio % 1 !== 0 ? Text.QtRendering : Text.NativeRendering

Loading…
Cancel
Save