mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +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
|
||||
}
|
||||
}
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue