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 import QtQuick
FloatingWindow { FloatingWindow {
visible: true visible: true
width: 200 width: 200
height: 100 height: 100
Text { Text {
anchors.centerIn: parent anchors.centerIn: parent
text: "haayaa" text: "haayaa"
} color: "#000000"
font.pixelSize: 18
}
} }