[Device Notifier] Remove cruft

There's no reason for the expanded representation to be a MouseArea and the
lineSvg is unused ever since we removed that status bar
wilder-5.14
Kai Uwe Broulik 10 years ago
parent 95e7f32597
commit 6fcdb6638f
  1. 11
      applets/devicenotifier/package/contents/ui/FullRepresentation.qml

@ -28,17 +28,10 @@ import org.kde.plasma.core 2.0 as PlasmaCore
import org.kde.plasma.components 2.0 as PlasmaComponents
import org.kde.plasma.extras 2.0 as PlasmaExtras
MouseArea {
Item {
Layout.minimumWidth: units.gridUnit * 18
Layout.minimumHeight: units.gridUnit * 22
hoverEnabled: true
PlasmaCore.Svg {
id: lineSvg
imagePath: "widgets/line"
}
PlasmaExtras.Heading {
width: parent.width
level: 3
@ -196,4 +189,4 @@ MouseArea {
Behavior on height { NumberAnimation { duration: units.shortDuration * 3 } }
}
}
} // MouseArea
}

Loading…
Cancel
Save