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
|
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…
Add table
Add a link
Reference in a new issue