overview: Center the dash vertically
https://bugzilla.gnome.org/show_bug.cgi?id=682109
This commit is contained in:

committed by
Florian Müllner

parent
7d12f47bf8
commit
0959adcfe3
@ -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)
|
||||
|
Reference in New Issue
Block a user