mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06: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
2 changed files with 4 additions and 4 deletions
|
@ -207,7 +207,7 @@ UM.MainWindow
|
|||
}
|
||||
}
|
||||
|
||||
/*MainWindowHeader
|
||||
MainWindowHeader
|
||||
{
|
||||
id: mainWindowHeader
|
||||
anchors
|
||||
|
@ -216,7 +216,7 @@ UM.MainWindow
|
|||
right: parent.right
|
||||
top: applicationMenu.bottom
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
Item
|
||||
{
|
||||
|
|
|
@ -203,7 +203,7 @@ Item
|
|||
}
|
||||
}
|
||||
|
||||
AccountWidget
|
||||
/*AccountWidget
|
||||
{
|
||||
id: accountWidget
|
||||
anchors
|
||||
|
@ -212,5 +212,5 @@ Item
|
|||
right: parent.right
|
||||
rightMargin: UM.Theme.getSize("default_margin").width
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue