moment/src/qml/Base/HFlickable.qml
2019-08-11 08:34:36 -04:00

8 lines
165 B
QML

import QtQuick 2.12
import QtQuick.Controls 2.12
Flickable {
interactive: contentWidth > width || contentHeight > height
ScrollBar.vertical: ScrollBar {}
}