background: fix locked text spacing when there is no quote

This commit is contained in:
end-4
2025-09-21 13:59:20 +02:00
parent 16995d2ae5
commit 800f5c7c64
@@ -378,6 +378,7 @@ Variants {
text: DateTime.date
}
StyledText { // Somehow gets fucked up if made a ClockText???
visible: Config.options.background.quote.length > 0
Layout.fillWidth: true
horizontalAlignment: bgRoot.textHorizontalAlignment
font {
@@ -389,7 +390,6 @@ Variants {
color: bgRoot.colText
style: Text.Raised
styleColor: Appearance.colors.colShadow
// visible: Config.options.background.quote.length > 0
text: Config.options.background.quote
}
}