1786045188
This commit is contained in:
@@ -26,6 +26,14 @@ export component MainWindow inherits Window {
|
|||||||
background: black;
|
background: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Rectangle {
|
||||||
|
x: 0;
|
||||||
|
y: 0;
|
||||||
|
width: parent.width / 2;
|
||||||
|
height: parent.height;
|
||||||
|
background: black;
|
||||||
|
}
|
||||||
|
|
||||||
TouchArea {
|
TouchArea {
|
||||||
x: 0;
|
x: 0;
|
||||||
y: 5px;
|
y: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user