overview: Center the dash vertically

https://bugzilla.gnome.org/show_bug.cgi?id=682109
This commit is contained in:
Joost Verdoorn
2012-08-13 16:18:38 +02:00
committed by Florian Müllner
parent 7d12f47bf8
commit 0959adcfe3
3 changed files with 8 additions and 12 deletions

View File

@ -331,8 +331,7 @@ const Dash = new Lang.Class({
this._container.add(this._showAppsIcon.actor);
this.actor = new St.Bin({ child: this._container,
y_align: St.Align.START });
this.actor = new St.Bin({ child: this._container });
this.actor.connect('notify::height', Lang.bind(this,
function() {
if (this._maxHeight != this.actor.height)