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

@ -422,8 +422,6 @@ const ViewSelector = new Lang.Class({
// to use position and height properties directly, outside code would
// need to ensure that the content is properly allocated before
// accessing the properties.
this.constrainY = new Clutter.BindConstraint({ source: this._pageArea,
coordinate: Clutter.BindCoordinate.Y });
this.constrainHeight = new Clutter.BindConstraint({ source: this._pageArea,
coordinate: Clutter.BindCoordinate.HEIGHT });
},