loginDialog: Move and relayout sessionMenuButton to bottom right

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/922
This commit is contained in:
Umang Jain
2020-01-16 12:13:29 +05:30
committed by Florian Müllner
parent a6b29d6501
commit aebea82474
2 changed files with 39 additions and 31 deletions

View File

@ -263,10 +263,6 @@ var AuthPrompt = GObject.registerClass({
this.reset();
}
addActorToDefaultButtonWell(actor) {
this._defaultButtonWell.add_child(actor);
}
setActorInDefaultButtonWell(actor, animate) {
if (!this._defaultButtonWellActor &&
!actor)