1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-21 22:50:14 +03:00

try to adjust BadgeText text alignment

--following a Plasma related commit in order to
center-align Text properly. There is no big
difference actually.
This commit is contained in:
Michail Vourlakos 2019-06-03 15:34:24 +03:00
parent 3c97bd222e
commit 1d055f5e19

View File

@ -149,6 +149,7 @@ Rectangle {
font.bold: true
color: textWithBackgroundColor ? parent.color : parent.textColor
visible: showNumber || showText
renderType: Text.QtRendering
}
Rectangle{