Add optional empty placeholder for CuraView

CURA-6469
This commit is contained in:
Lipu Fei 2019-04-24 09:09:30 +02:00
parent 3bec7cdf8b
commit 1b9bf6f0b9
3 changed files with 24 additions and 5 deletions

View file

@ -0,0 +1,9 @@
// Copyright (c) 2019 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10
import QtQuick.Controls 2.3
// Empty placeholder
Item { }