calendar: Vertically center message icon rather than top-align it

... as requested by the designers.

https://bugzilla.gnome.org/show_bug.cgi?id=749958
This commit is contained in:
Florian Müllner 2015-06-02 16:52:19 +02:00
parent be3d62487c
commit a343445cd2

View File

@ -978,7 +978,6 @@ const Message = new Lang.Class({
this._iconBin = new St.Bin({ style_class: 'message-icon-bin',
y_expand: true,
visible: false });
this._iconBin.set_y_align(Clutter.ActorAlign.START);
hbox.add_actor(this._iconBin);
let contentBox = new St.BoxLayout({ style_class: 'message-content',