[gnome-shell] calendar: Vertically center message icon rather than top-align it
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] calendar: Vertically center message icon rather than top-align it
- Date: Wed, 5 Aug 2015 15:34:50 +0000 (UTC)
commit a343445cd2f29efbc27686795e9802e1090f64c1
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Jun 2 16:52:19 2015 +0200
calendar: Vertically center message icon rather than top-align it
... as requested by the designers.
https://bugzilla.gnome.org/show_bug.cgi?id=749958
js/ui/calendar.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/calendar.js b/js/ui/calendar.js
index 64b6871..291e808 100644
--- a/js/ui/calendar.js
+++ b/js/ui/calendar.js
@@ -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',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]