fix anchors profile labels

This commit is contained in:
molan-git 2020-06-10 14:33:23 +02:00
parent c154b8c0f5
commit 9b5e8e5516

View file

@ -127,7 +127,7 @@ Item {
visible: (following ? true : false)
radius: Theme.paddingSmall
color: Theme.secondaryHighlightColor
width: Theme.buttonWidthExtraSmall
width: followingLbl.width + 2*Theme.paddingLarge
height: parent.height
Label {
@ -145,7 +145,7 @@ Item {
visible: (bot ? true : false)
radius: Theme.paddingSmall
color: Theme.secondaryHighlightColor
width: botLabel.width + 2*Theme.paddingLarge
width: botLbl.width + 2*Theme.paddingLarge
height: parent.height
Label {