Rebrand files names Spectral -> NeoChat
This commit is contained in:
11
imports/NeoChat/Component/AutoListView.qml
Normal file
11
imports/NeoChat/Component/AutoListView.qml
Normal file
@@ -0,0 +1,11 @@
|
||||
import QtQuick 2.12
|
||||
|
||||
ListView {
|
||||
pixelAligned: true
|
||||
|
||||
ScrollHelper {
|
||||
anchors.fill: parent
|
||||
|
||||
flickable: parent
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user