remove WIP feature
This commit is contained in:
parent
9b5e8e5516
commit
6f9ed5a846
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ Item {
|
||||||
property string bg: ""
|
property string bg: ""
|
||||||
|
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: if (following === true || bot === true) {
|
height: if (bot === true) {
|
||||||
avatarImage.height + Theme.paddingLarge*2 + infoLbl.height + Theme.paddingLarge
|
avatarImage.height + Theme.paddingLarge*2 + infoLbl.height + Theme.paddingLarge
|
||||||
} else avatarImage.height + Theme.paddingLarge*2
|
} else avatarImage.height + Theme.paddingLarge*2
|
||||||
|
|
||||||
|
@ -122,7 +122,7 @@ Item {
|
||||||
rightMargin: Theme.paddingLarge
|
rightMargin: Theme.paddingLarge
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
/* Rectangle {
|
||||||
id: followingBg
|
id: followingBg
|
||||||
visible: (following ? true : false)
|
visible: (following ? true : false)
|
||||||
radius: Theme.paddingSmall
|
radius: Theme.paddingSmall
|
||||||
|
@ -138,7 +138,7 @@ Item {
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
}
|
} */
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: botBg
|
id: botBg
|
||||||
|
|
Loading…
Reference in a new issue