Merge branch '3.0' of github.com:Ultimaker/cura into 3.0

This commit is contained in:
A.Sasin 2017-10-12 09:22:52 +02:00
commit a6a58c8c84
29 changed files with 557 additions and 9336 deletions

View file

@ -108,15 +108,15 @@ TabView
{
width: scrollView.columnWidth;
height: parent.rowHeight;
spacing: UM.Theme.getSize("default_margin").width/2
spacing: Math.floor(UM.Theme.getSize("default_margin").width/2)
Rectangle
{
id: colorSelector
color: properties.color_code
width: (colorLabel.height * 0.75) | 0
height: (colorLabel.height * 0.75) | 0
width: Math.floor(colorLabel.height * 0.75)
height: Math.floor(colorLabel.height * 0.75)
border.width: UM.Theme.getSize("default_lining").height
anchors.verticalCenter: parent.verticalCenter