mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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:
parent
9a5fb47a6e
commit
0d66850bd4
2 changed files with 5 additions and 4 deletions
|
|
@ -33,7 +33,8 @@ Item
|
|||
top: parent.top
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
}
|
||||
Image {
|
||||
Image
|
||||
{
|
||||
anchors.centerIn: parent
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue