mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
loginDialog: Adjust logoBin to modalDialog changes
With modalDialogs' backgroundStack using a BinLayout now, we need to set approriate expand flags on the iconBin. https://bugzilla.gnome.org/show_bug.cgi?id=699877
This commit is contained in:
parent
e2c86cef47
commit
d920da6624
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ const LoginDialog = new Lang.Class({
|
|||
x_align: St.Align.START,
|
||||
x_fill: true });
|
||||
|
||||
this._logoBin = new St.Bin({ style_class: 'login-dialog-logo-bin' });
|
||||
this._logoBin = new St.Bin({ style_class: 'login-dialog-logo-bin', y_expand: true });
|
||||
this._logoBin.set_y_align(Clutter.ActorAlign.END);
|
||||
this.backgroundStack.add_actor(this._logoBin);
|
||||
this._updateLogo();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue