shift-shell/containments/homescreen/package/contents/ui/SatelliteStripe.qml

26 lines
640 B
QML
Raw Normal View History

2015-06-22 23:41:23 +00:00
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
bottomMargin: -margins.bottom
}
}
2015-06-22 23:41:23 +00:00
//cut away one line from the favorites bar
2019-02-07 11:38:11 +00:00
height: applicationsView.cellHeight - units.gridUnit/2
width: parent.width
y: parent.height / 2 - height / 2
x: 0
}