search graphics

This commit is contained in:
Marco Martin 2020-02-05 20:34:48 +01:00
parent 6c4bef8f38
commit 9eb128d798

View file

@ -58,6 +58,16 @@ Item {
focus: true
}
}
PlasmaCore.IconItem {
anchors {
bottom: parent.bottom
right: parent.right
}
width: Math.min(parent.width, parent.height) * 0.8
height: width
opacity: 0.2
source: "search"
}
Controls.ScrollView {
anchors.fill: parent
Milou.ResultsListView {