Get rid of scrollhelper

This commit is contained in:
Nicolas Werner 2023-06-02 01:36:01 +02:00
parent 54e2295c21
commit c25d0c6b2f
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
18 changed files with 2 additions and 186 deletions

View file

@ -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