QML_Balancer/content/LabelGTL.qml

12 lines
233 B
QML

import QtQuick 2.15
import QtQuick.Controls 2.15
import QML_Balancer 1.0
Label {
width: Constants.width
height: Constants.height
font.weight: Font.Normal
font.pointSize: 40
verticalAlignment: Text.AlignVCenter
}