shift-shell/containments/homescreen/package/contents/ui/SatelliteStripe.qml
2019-02-24 12:22:31 +03:00

25 lines
629 B
QML

import QtQuick 2.0
import org.kde.plasma.core 2.0 as PlasmaCore
PlasmaCore.ColorScope {
colorGroup: PlasmaCore.Theme.NormalColorGroup
PlasmaCore.FrameSvgItem {
z: -1
imagePath: "widgets/background"
enabledBorders: PlasmaCore.FrameSvgItem.TopBorder | PlasmaCore.FrameSvgItem.BottomBorder
anchors {
fill: parent
topMargin: -margins.top / 2
bottomMargin: -margins.bottom / 2
}
}
//cut away one line from the favorites bar
height: applicationsView.cellHeight
width: parent.width
y: parent.height / 2 - height / 2
x: 0
}