Files
StandBatteryView/Qml/Controls/Label.qml
2025-07-02 18:00:35 +09:00

12 lines
213 B
QML

import QtQuick 2.12
import QtQuick.Controls 2.12 as Controls
import Palette 1.0
Controls.Label {
font.family: "Roboto"
font.pixelSize: 14
font.weight: Font.Normal
color: Palette.labelTextColor
}