Merge pull request #66 from molan-git/ui-improvements

fix anchors profile labels
This commit is contained in:
molan-git 2020-06-10 14:34:16 +02:00 committed by GitHub
commit 69db9a2d17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {