mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Minor changes: remove empty lines, small changes in the anchors, ...
Contributes to CURA-5772.
This commit is contained in:
parent
1cc7e0e586
commit
8df3eb33d4
3 changed files with 2 additions and 10 deletions
|
|
@ -38,7 +38,7 @@ Column
|
|||
|
||||
Loader
|
||||
{
|
||||
id: accountEntryPoints
|
||||
id: accountOperations
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
sourceComponent: loggedIn ? userOperations : generalOperations
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ Button
|
|||
implicitHeight: UM.Theme.getSize("topheader").height
|
||||
implicitWidth: UM.Theme.getSize("topheader").height
|
||||
|
||||
|
||||
AvatarImage
|
||||
{
|
||||
id: avatar
|
||||
|
|
|
|||
|
|
@ -187,7 +187,6 @@ UM.MainWindow
|
|||
{
|
||||
bottom: parent.bottom
|
||||
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.
|
||||
id: main
|
||||
|
||||
anchors
|
||||
{
|
||||
top: parent.top
|
||||
bottom: parent.bottom
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
}
|
||||
anchors.fill: parent
|
||||
|
||||
MouseArea
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue