mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
search graphics
This commit is contained in:
parent
6c4bef8f38
commit
9eb128d798
1 changed files with 10 additions and 0 deletions
|
|
@ -58,6 +58,16 @@ Item {
|
||||||
focus: true
|
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 {
|
Controls.ScrollView {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
Milou.ResultsListView {
|
Milou.ResultsListView {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue