Revert "Cura 7813 qml modules version bump"

This commit is contained in:
Konstantinos Karmas 2021-03-30 09:48:28 +02:00 committed by GitHub
parent 180732788b
commit 504f6dbe70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
148 changed files with 397 additions and 397 deletions

View file

@ -1,8 +1,8 @@
// Copyright (c) 2020 Ultimaker B.V.
// Toolbox is released under the terms of the LGPLv3 or higher.
import QtQuick 2.15
import QtQuick.Controls 2.15
import QtQuick 2.10
import QtQuick.Controls 2.3
import UM 1.1 as UM
@ -43,4 +43,4 @@ ScrollView
Behavior on opacity { NumberAnimation { duration: 100 } }
}
}
}
}