diff --git a/src/declarativeimports/plasmaextracomponents/qml/PlasmoidHeading.qml b/src/declarativeimports/plasmaextracomponents/qml/PlasmoidHeading.qml
index 9d59dcca8..74db6b15a 100644
--- a/src/declarativeimports/plasmaextracomponents/qml/PlasmoidHeading.qml
+++ b/src/declarativeimports/plasmaextracomponents/qml/PlasmoidHeading.qml
@@ -67,17 +67,5 @@ import QtQuick.Templates 2.12 as T
id: headingSvg
imagePath: "widgets/plasmoidheading"
prefix: location == PlasmoidHeading.Location.Header? 'header' : 'footer'
- enabledBorders: {
- var borders = new Array()
- borders |= PlasmaCore.FrameSvg.LeftBorder
- borders |= PlasmaCore.FrameSvg.RightBorder
- if (plasmoid.location !== PlasmaCore.Types.TopEdge || location != PlasmoidHeading.Location.Header) {
- borders |= PlasmaCore.FrameSvg.TopBorder
- }
- if (plasmoid.location !== PlasmaCore.Types.BottomEdge || location != PlasmoidHeading.Location.Footer) {
- borders |= PlasmaCore.FrameSvg.BottomBorder
- }
- return borders
- }
}
}
diff --git a/src/desktoptheme/breeze/widgets/plasmoidheading.svg b/src/desktoptheme/breeze/widgets/plasmoidheading.svg
index aad376359..8cc3f345c 100644
--- a/src/desktoptheme/breeze/widgets/plasmoidheading.svg
+++ b/src/desktoptheme/breeze/widgets/plasmoidheading.svg
@@ -5,45 +5,45 @@
.ColorScheme-Background {
color:#eff0f1;
}
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+