Add slight text shadow for HLabel
This commit is contained in:
parent
0b85252dd6
commit
f530f51937
|
@ -4,4 +4,8 @@ Label {
|
|||
font.family: HStyle.fontFamily.sans
|
||||
font.pixelSize: HStyle.fontSize.normal
|
||||
textFormat: Label.PlainText
|
||||
|
||||
color: HStyle.colors.foreground
|
||||
style: Label.Outline
|
||||
styleColor: HStyle.colors.textBorder
|
||||
}
|
||||
|
|
|
@ -30,6 +30,7 @@ QtObject {
|
|||
property color foreground: "black"
|
||||
property color foregroundDim: Qt.hsla(0, 0, 0.2, 1)
|
||||
property color foregroundError: Qt.hsla(0.95, 0.64, 0.32, 1)
|
||||
property color textBorder: Qt.hsla(0, 0, 0, 0.07)
|
||||
}
|
||||
|
||||
readonly property QtObject controls: QtObject {
|
||||
|
|
Loading…
Reference in New Issue
Block a user