Apply suggestions from code review

Change some margins for the corresponding absolute values instead of adding formulas.

Contributes to CURA-5876.

Co-Authored-By: diegopradogesto <d.pradogesto@ultimaker.com>
This commit is contained in:
Jaime van Kessel 2018-12-13 14:36:58 +01:00 committed by GitHub
parent f38f140430
commit 8091b2810c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -28,7 +28,7 @@ Item
{
width: parent.width
visible: configurationList.model.length == 0
height: label.height + 2 * UM.Theme.getSize("default_margin").height
height: label.height + UM.Theme.getSize("wide_margin").height
anchors.top: parent.top
anchors.topMargin: UM.Theme.getSize("default_margin").height
@ -134,4 +134,4 @@ Item
forceModelUpdate()
}
}
}
}