Replace "transparent" Rectangles by Items

This commit is contained in:
fieldOfView 2017-01-25 15:21:37 +01:00
parent bf3d3d46e2
commit a823980d17
8 changed files with 15 additions and 30 deletions

View file

@ -9,14 +9,13 @@ import QtQuick.Layouts 1.1
import UM 1.1 as UM
import Cura 1.0 as Cura
Rectangle {
Item {
id: base
UM.I18nCatalog { id: catalog; name:"cura"}
width: childrenRect.width
height: childrenRect.height
color: "transparent"
Connections
{