Files
neochat/imports/NeoChat/Component/AutoListView.qml
2020-11-08 23:17:30 +01:00

12 lines
139 B
QML

import QtQuick 2.12
ListView {
pixelAligned: true
ScrollHelper {
anchors.fill: parent
flickable: parent
}
}