2022-09-19 22:10:25 +02:00

9 lines
128 B
QML

import QtQuick 2.13
import utils 1.0
Text {
font.family: Style.current.baseFont.name
color: Style.current.textColor
}