forked from Shinonome/dots-hyprland
background: add missing raised style
This commit is contained in:
@@ -264,14 +264,16 @@ Variants {
|
|||||||
Layout.fillWidth: false
|
Layout.fillWidth: false
|
||||||
iconSize: Appearance.font.pixelSize.huge
|
iconSize: Appearance.font.pixelSize.huge
|
||||||
color: bgRoot.colText
|
color: bgRoot.colText
|
||||||
|
style: Text.Raised
|
||||||
|
styleColor: Appearance.colors.colShadow
|
||||||
}
|
}
|
||||||
StyledText {
|
StyledText {
|
||||||
Layout.fillWidth: false
|
Layout.fillWidth: false
|
||||||
text: "Locked"
|
text: "Locked"
|
||||||
color: bgRoot.colText
|
color: bgRoot.colText
|
||||||
font {
|
font.pixelSize: Appearance.font.pixelSize.larger
|
||||||
pixelSize: Appearance.font.pixelSize.larger
|
style: Text.Raised
|
||||||
}
|
styleColor: Appearance.colors.colShadow
|
||||||
}
|
}
|
||||||
Item { Layout.fillWidth: bgRoot.textHorizontalAlignment !== Text.AlignRight; implicitWidth: 1 }
|
Item { Layout.fillWidth: bgRoot.textHorizontalAlignment !== Text.AlignRight; implicitWidth: 1 }
|
||||||
|
|
||||||
@@ -293,9 +295,9 @@ Variants {
|
|||||||
}
|
}
|
||||||
text: GlobalStates.screenUnlockFailed ? Translation.tr("Incorrect password") : Translation.tr("Enter password")
|
text: GlobalStates.screenUnlockFailed ? Translation.tr("Incorrect password") : Translation.tr("Enter password")
|
||||||
color: GlobalStates.screenUnlockFailed ? Appearance.colors.colError : bgRoot.colText
|
color: GlobalStates.screenUnlockFailed ? Appearance.colors.colError : bgRoot.colText
|
||||||
font {
|
style: Text.Raised
|
||||||
pixelSize: Appearance.font.pixelSize.normal
|
styleColor: Appearance.colors.colShadow
|
||||||
}
|
font.pixelSize: Appearance.font.pixelSize.normal
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user