Get rid of scrollhelper
This commit is contained in:
parent
54e2295c21
commit
c25d0c6b2f
18 changed files with 2 additions and 186 deletions
|
|
@ -97,11 +97,6 @@ Control {
|
|||
// that until we find something better. Put is all together and you have the formula below!
|
||||
implicitHeight: Math.min(contentHeight, 6*rowSpacing + 7*(popup.avatarHeight + 2*rowMargin))
|
||||
clip: true
|
||||
ScrollHelper {
|
||||
flickable: parent
|
||||
anchors.fill: parent
|
||||
enabled: !Settings.mobileMode
|
||||
}
|
||||
|
||||
Timer {
|
||||
id: deadTimer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue