non important commit
This commit is contained in:
parent
144d6a5def
commit
b5d3d1ec0b
1 changed files with 9 additions and 7 deletions
|
|
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue