a scrollbar

This commit is contained in:
Marco Martin 2015-03-05 17:28:24 +01:00
parent 533fc5af03
commit dab083c37b

View file

@ -82,6 +82,7 @@ Item {
PlasmaCore.ColorScope {
anchors.fill: parent
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
GridView {
id: applicationsView
anchors {
@ -173,6 +174,16 @@ Item {
height: width
}
}
PlasmaComponents.ScrollBar {
flickableItem: applicationsView
opacity: applicationsView.flicking ? 1 : 0
Behavior on opacity {
NumberAnimation {
duration: units.shortDuration
easing.type: Easing.InOutQuad
}
}
}
}
Component.onCompleted: {