[gnome-shell/gnome-3-8] loginDialog: Adjust logoBin to modalDialog changes
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gnome-3-8] loginDialog: Adjust logoBin to modalDialog changes
- Date: Tue, 7 May 2013 22:10:26 +0000 (UTC)
commit b33d87a762753464037089bdd42ea59ac62bf2fd
Author: Florian Müllner <fmuellner gnome org>
Date: Tue May 7 22:22:14 2013 +0200
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
js/gdm/loginDialog.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
index b833f95..54be685 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -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();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]