mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 07:41:18 -07:00
Return account widget to it's former glory
This commit is contained in:
parent
af712785c8
commit
124602d2ad
3 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ import Cura 1.1 as Cura
|
|||
Item
|
||||
{
|
||||
property var profile: Cura.API.account.userProfile
|
||||
property var loggedIn: Cura.API.account.isLoggedIn
|
||||
property bool loggedIn: Cura.API.account.isLoggedIn
|
||||
|
||||
height: signInButton.visible ? signInButton.height : accountWidget.height
|
||||
width: signInButton.visible ? signInButton.width : accountWidget.width
|
||||
|
|
|
|||
|
|
@ -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