index
:
lumina
debianize
master
The BSD-original Lumina desktop environment
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src-qt5
/
src-qml
/
test
/
Test.qml
blob: a2407b6cccf8957332d8a8e27c545075d5625fcf (
plain
)
1
2
3
4
5
6
7
import
QtQuick
2.7
Rectangle
{
id
:
canvas anchors
.
fill
:
parent
color
:
"black"
}
bgstack15