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
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue