[gnome-shell] telepathyClient: Align timestamps to the right again
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] telepathyClient: Align timestamps to the right again
- Date: Mon, 24 Jun 2013 15:41:30 +0000 (UTC)
commit 4f14f122bd844aef0645355ae2abf7814aa3e9b4
Author: Carlos Soriano <carlos soriano89 gmail com>
Date: Sat Jun 22 19:02:03 2013 +0200
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 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/components/telepathyClient.js b/js/ui/components/telepathyClient.js
index b07ea95..8d4520d 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 });
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]