Move BadgeOverlay to Plasma Workspace Components

It's broadly useful and can be used in other applets that want to show
the same kind of text-based icon overlay thingy without re-inventing
the wheel.
wilder-5.26
Nate Graham 4 years ago
parent ea51795e8c
commit 135d9dc0b6
  1. 2
      applets/batterymonitor/package/contents/ui/CompactRepresentation.qml
  2. 0
      components/workspace/BadgeOverlay.qml
  3. 1
      components/workspace/qmldir

@ -75,7 +75,7 @@ MouseArea {
pluggedIn: batteryContainer.pluggedIn
}
BadgeOverlay {
WorkspaceComponents.BadgeOverlay {
anchors.bottom: parent.bottom
anchors.right: parent.right

@ -2,3 +2,4 @@ module org.kde.plasma.workspace.components
BatteryIcon 2.0 BatteryIcon.qml
KeyboardLayoutSwitcher 2.0 KeyboardLayoutSwitcher.qml
BadgeOverlay 2.0 BadgeOverlay.qml

Loading…
Cancel
Save