|
import QtQuick 2.15
|
|
|
|
import StatusQ.Core 0.1
|
|
import StatusQ.Core.Theme 0.1
|
|
|
|
StatusBaseText {
|
|
lineHeight: 38
|
|
lineHeightMode: Text.FixedHeight
|
|
font.pixelSize: 28
|
|
font.letterSpacing: -0.4
|
|
verticalAlignment: Text.AlignVCenter
|
|
color: Theme.palette.directColor1
|
|
}
|