Merge pull request #4960 from Ultimaker/CURA-6005_cura_drive_plugin

[4.0] CURA-6005 Added CuraDrive plugin to Cura build
This commit is contained in:
Remco Burema 2019-01-10 14:58:00 +01:00 committed by GitHub
commit 980953b00c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 1080 additions and 66 deletions

View file

@ -124,16 +124,16 @@ UM.MainWindow
}
}
// This is a placehoder for adding a pattern in the header
Image
{
id: backgroundPattern
anchors.fill: parent
fillMode: Image.Tile
source: UM.Theme.getImage("header_pattern")
horizontalAlignment: Image.AlignLeft
verticalAlignment: Image.AlignTop
}
// This is a placehoder for adding a pattern in the header
Image
{
id: backgroundPattern
anchors.fill: parent
fillMode: Image.Tile
source: UM.Theme.getImage("header_pattern")
horizontalAlignment: Image.AlignLeft
verticalAlignment: Image.AlignTop
}
}
MainWindowHeader