1786045188

This commit is contained in:
2026-08-06 21:39:48 +02:00
parent 0878a53a1e
commit 5147deb4ec

View File

@@ -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;