|
@@ -1,9 +1,9 @@
|
|
// Copyright (c) 2019 Ultimaker B.V.
|
|
// Copyright (c) 2019 Ultimaker B.V.
|
|
// Cura is released under the terms of the LGPLv3 or higher.
|
|
// Cura is released under the terms of the LGPLv3 or higher.
|
|
|
|
|
|
-import QtQuick 2.7
|
|
|
|
-import QtQuick.Controls 2.1
|
|
|
|
-import QtQuick.Layouts 1.3
|
|
|
|
|
|
+import QtQuick 2.15
|
|
|
|
+import QtQuick.Controls 2.15
|
|
|
|
+import QtQuick.Layouts 1.15
|
|
|
|
|
|
import UM 1.1 as UM
|
|
import UM 1.1 as UM
|
|
import Cura 1.0 as Cura
|
|
import Cura 1.0 as Cura
|
|
@@ -142,4 +142,4 @@ Column
|
|
height: UM.Theme.getSize("action_button").height
|
|
height: UM.Theme.getSize("action_button").height
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|