First implementation
This commit is contained in:
13
qml/Controls/SecondaryLabel.qml
Normal file
13
qml/Controls/SecondaryLabel.qml
Normal file
@@ -0,0 +1,13 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12 as QuickControls
|
||||
|
||||
import Utils 1.0
|
||||
|
||||
QuickControls.Label {
|
||||
id: control
|
||||
font.pixelSize: Ui.scale(12)
|
||||
font.family: "Roboto"
|
||||
font.weight: Font.Normal
|
||||
color: Palette.secondaryLabelColor
|
||||
wrapMode : Text.Wrap
|
||||
}
|
||||
Reference in New Issue
Block a user