fix anchors profile labels
This commit is contained in:
parent
c154b8c0f5
commit
9b5e8e5516
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue