Files
neochat/imports/Spectral/Component/AutoListView.qml
2019-07-17 10:02:50 +00:00

12 lines
139 B
QML

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