diff --git a/applets/devicenotifier/package/contents/ui/FullRepresentation.qml b/applets/devicenotifier/package/contents/ui/FullRepresentation.qml index e5781d7e7..b8c0a86cc 100644 --- a/applets/devicenotifier/package/contents/ui/FullRepresentation.qml +++ b/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 +}