Minor changes: remove empty lines, small changes in the anchors, ...

Contributes to CURA-5772.
This commit is contained in:
Diego Prado Gesto 2018-10-18 16:51:32 +02:00
parent 1cc7e0e586
commit 8df3eb33d4
3 changed files with 2 additions and 10 deletions

View File

@ -38,7 +38,7 @@ Column
Loader Loader
{ {
id: accountEntryPoints id: accountOperations
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
sourceComponent: loggedIn ? userOperations : generalOperations sourceComponent: loggedIn ? userOperations : generalOperations
} }

View File

@ -16,7 +16,6 @@ Button
implicitHeight: UM.Theme.getSize("topheader").height implicitHeight: UM.Theme.getSize("topheader").height
implicitWidth: UM.Theme.getSize("topheader").height implicitWidth: UM.Theme.getSize("topheader").height
AvatarImage AvatarImage
{ {
id: avatar id: avatar

View File

@ -187,7 +187,6 @@ UM.MainWindow
{ {
bottom: parent.bottom bottom: parent.bottom
bottomMargin: UM.Theme.getSize("default_margin").height bottomMargin: UM.Theme.getSize("default_margin").height
rightMargin: UM.Theme.getSize("default_margin").width
} }
} }
@ -330,13 +329,7 @@ UM.MainWindow
// A stage can control this area. If nothing is set, it will therefore show the 3D view. // A stage can control this area. If nothing is set, it will therefore show the 3D view.
id: main id: main
anchors anchors.fill: parent
{
top: parent.top
bottom: parent.bottom
left: parent.left
right: parent.right
}
MouseArea MouseArea
{ {