From 48498d83d3b44bf8bc6fe97dadc46567d3d7baa8 Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Sat, 22 Jun 2013 19:02:03 +0200 Subject: [PATCH] telepathyClient: Align timestamps to the right again Commit 3de0ebf changed timestamps to be center-aligned. New design updates change this, so revert it. http://bugzilla.gnome.org/show_bug.cgi?id=687809 --- js/ui/components/telepathyClient.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/ui/components/telepathyClient.js b/js/ui/components/telepathyClient.js index 670077932..72bc0104b 100644 --- a/js/ui/components/telepathyClient.js +++ b/js/ui/components/telepathyClient.js @@ -967,7 +967,8 @@ const ChatNotification = new Lang.Class({ let timeLabel = this._append({ body: this._formatTimestamp(lastMessageDate), group: 'meta', styles: ['chat-meta-message'], - childProps: { expand: true, x_fill: false }, + childProps: { expand: true, x_fill: false, + x_align: St.Align.END }, noTimestamp: true, timestamp: lastMessageTime });