[applets/batterymonitor] Remove unnecessary `anchors.fill: parent`

It is set by AppletQuickItem anyway.

GIT_SILENT
wilder-5.24
ivan tkachenko 4 years ago
parent 28f7d06090
commit 7f60c512d3
No known key found for this signature in database
GPG Key ID: 4D197017E61437CF
  1. 1
      applets/batterymonitor/package/contents/ui/batterymonitor.qml

@ -212,7 +212,6 @@ Item {
// TODO Probably needs a sensible preferredHeight too
model: plasmoid.expanded ? batteries : null
anchors.fill: parent
focus: true
isBrightnessAvailable: pmSource.data["PowerDevil"] && pmSource.data["PowerDevil"]["Screen Brightness Available"] ? true : false

Loading…
Cancel
Save