mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 13:59:03 +08:00
Minor changes: remove empty lines, small changes in the anchors, ...
Contributes to CURA-5772.
This commit is contained in:
parent
1cc7e0e586
commit
8df3eb33d4
@ -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…
x
Reference in New Issue
Block a user