moment/harmonyqml/components/Base/HLabel.qml
2019-04-28 15:36:43 -04:00

8 lines
154 B
QML

import QtQuick.Controls 2.2
Label {
font.family: HStyle.fontFamily.sans
font.pixelSize: HStyle.fontSize.normal
textFormat: Label.PlainText
}