non important commit

This commit is contained in:
benstrb 2026-02-22 20:31:21 +01:00
parent 144d6a5def
commit b5d3d1ec0b

View file

@ -2,12 +2,14 @@ import Quickshell
import QtQuick
FloatingWindow {
visible: true
width: 200
height: 100
visible: true
width: 200
height: 100
Text {
anchors.centerIn: parent
text: "haayaa"
}
Text {
anchors.centerIn: parent
text: "haayaa"
color: "#000000"
font.pixelSize: 18
}
}