mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 00:58:58 +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
|
Loader
|
||||||
{
|
{
|
||||||
id: accountEntryPoints
|
id: accountOperations
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
sourceComponent: loggedIn ? userOperations : generalOperations
|
sourceComponent: loggedIn ? userOperations : generalOperations
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user