mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-31 08:44:45 +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
|
id: compositorRoot
|
||||||
color: "black"
|
color: "black"
|
||||||
|
|
||||||
|
Image {
|
||||||
|
id: klogo
|
||||||
|
anchors.fill: parent
|
||||||
|
source: "klogo.png"
|
||||||
|
sourceSize.width: width
|
||||||
|
sourceSize.height: height
|
||||||
|
fillMode: Image.PreserveAspectFit
|
||||||
|
}
|
||||||
|
|
||||||
ListModel {
|
ListModel {
|
||||||
id: surfaceModel
|
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