mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Show a background image with the logo
This commit is contained in:
parent
429bcb5451
commit
1bb438ca6c
2 changed files with 9 additions and 0 deletions
|
|
@ -29,6 +29,15 @@ Rectangle {
|
|||
id: compositorRoot
|
||||
color: "black"
|
||||
|
||||
Image {
|
||||
id: klogo
|
||||
anchors.fill: parent
|
||||
source: "klogo.png"
|
||||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
fillMode: Image.PreserveAspectFit
|
||||
}
|
||||
|
||||
ListModel {
|
||||
id: surfaceModel
|
||||
}
|
||||
|
|
|
|||
BIN
compositor/contents/klogo.png
Normal file
BIN
compositor/contents/klogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
Loading…
Reference in a new issue