Files
neochat/imports/Spectral/Component/AutoListView.qml
Black Hat 49545df607 Add section back.
Enable pixelAligned for flickable.
Tweak timeline delegate.
2019-05-11 20:53:33 +08:00

12 lines
139 B
QML

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