Merge pull request #66 from molan-git/ui-improvements
fix anchors profile labels
This commit is contained in:
commit
69db9a2d17
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ Item {
|
||||||
visible: (following ? true : false)
|
visible: (following ? true : false)
|
||||||
radius: Theme.paddingSmall
|
radius: Theme.paddingSmall
|
||||||
color: Theme.secondaryHighlightColor
|
color: Theme.secondaryHighlightColor
|
||||||
width: Theme.buttonWidthExtraSmall
|
width: followingLbl.width + 2*Theme.paddingLarge
|
||||||
height: parent.height
|
height: parent.height
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
@ -145,7 +145,7 @@ Item {
|
||||||
visible: (bot ? true : false)
|
visible: (bot ? true : false)
|
||||||
radius: Theme.paddingSmall
|
radius: Theme.paddingSmall
|
||||||
color: Theme.secondaryHighlightColor
|
color: Theme.secondaryHighlightColor
|
||||||
width: botLabel.width + 2*Theme.paddingLarge
|
width: botLbl.width + 2*Theme.paddingLarge
|
||||||
height: parent.height
|
height: parent.height
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
|
Loading…
Reference in a new issue