mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
opacity
This commit is contained in:
parent
b67080edca
commit
7f5627fedf
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ Item {
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: test
|
id: test
|
||||||
color: "red"
|
color: "red"
|
||||||
|
opacity: .5
|
||||||
height: 100
|
height: 100
|
||||||
width: parent.width
|
width: parent.width
|
||||||
y: parent.height / 2 - height / 2
|
y: parent.height / 2 - height / 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue