Code style improvements

According to our guidelines: Brackets on new line, spaces around binary operators but not within brackets.

Contributes to issue CURA-5035.
This commit is contained in:
Ruben D 2018-05-02 12:40:59 +02:00
parent 9a5fb47a6e
commit 0d66850bd4
No known key found for this signature in database
GPG Key ID: 6B42C9465E304A62
2 changed files with 5 additions and 4 deletions

View File

@ -33,7 +33,8 @@ Item
top: parent.top top: parent.top
horizontalCenter: parent.horizontalCenter horizontalCenter: parent.horizontalCenter
} }
Image { Image
{
anchors.centerIn: parent anchors.centerIn: parent
width: UM.Theme.getSize("toolbox_thumbnail_large").width - 2 * UM.Theme.getSize("default_margin").width width: UM.Theme.getSize("toolbox_thumbnail_large").width - 2 * UM.Theme.getSize("default_margin").width
height: UM.Theme.getSize("toolbox_thumbnail_large").height - 2 * UM.Theme.getSize("default_margin").height height: UM.Theme.getSize("toolbox_thumbnail_large").height - 2 * UM.Theme.getSize("default_margin").height