add clipping for flickable
This commit is contained in:
@@ -50,12 +50,16 @@ Dialog {
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
spacing: 0
|
||||
|
||||
SwipeView {
|
||||
id: pages
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
interactive: false
|
||||
|
||||
clip:true
|
||||
|
||||
function prev() {
|
||||
currentIndex = currentIndex - 1
|
||||
_setWizardData(pages.contentChildren[currentIndex].wizard_data)
|
||||
|
||||
Reference in New Issue
Block a user