mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:38:58 +08:00
Renable MainWindow header by disabling account widget
The account widget is still causing issues, but at least thats less
This commit is contained in:
parent
9f735a192e
commit
f176924c2a
@ -207,7 +207,7 @@ UM.MainWindow
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*MainWindowHeader
|
MainWindowHeader
|
||||||
{
|
{
|
||||||
id: mainWindowHeader
|
id: mainWindowHeader
|
||||||
anchors
|
anchors
|
||||||
@ -216,7 +216,7 @@ UM.MainWindow
|
|||||||
right: parent.right
|
right: parent.right
|
||||||
top: applicationMenu.bottom
|
top: applicationMenu.bottom
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
|
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
|
@ -203,7 +203,7 @@ Item
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
AccountWidget
|
/*AccountWidget
|
||||||
{
|
{
|
||||||
id: accountWidget
|
id: accountWidget
|
||||||
anchors
|
anchors
|
||||||
@ -212,5 +212,5 @@ Item
|
|||||||
right: parent.right
|
right: parent.right
|
||||||
rightMargin: UM.Theme.getSize("default_margin").width
|
rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user