QML_Balancer/content/LabelGTL.qml

12 lines
233 B
QML
Raw Permalink Normal View History

2023-09-03 18:49:20 +03:00
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
}