diff --git a/src/declarativeimports/plasmaextracomponents/qml/PlasmoidHeading.qml b/src/declarativeimports/plasmaextracomponents/qml/PlasmoidHeading.qml --- a/src/declarativeimports/plasmaextracomponents/qml/PlasmoidHeading.qml +++ b/src/declarativeimports/plasmaextracomponents/qml/PlasmoidHeading.qml @@ -67,17 +67,5 @@ 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 --- a/src/desktoptheme/breeze/widgets/plasmoidheading.svg +++ b/src/desktoptheme/breeze/widgets/plasmoidheading.svg @@ -5,45 +5,45 @@ .ColorScheme-Background { color:#eff0f1; } - - - - + + + + - - + + - + - - + + - - + + - - - - - + + + + + - - + + - + - - + + - - + + - - - - - - + + + + + +