getting things done
This commit is contained in:
14
Components/CenteredText.qml
Normal file
14
Components/CenteredText.qml
Normal file
@@ -0,0 +1,14 @@
|
||||
import QtQuick
|
||||
import "../Color.js" as Colors
|
||||
|
||||
Text {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
color: Colors.base
|
||||
|
||||
font {
|
||||
family: "FiraMono Nerd Font"
|
||||
pointSize: 12
|
||||
weight: 600
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user