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
This commit is contained in:
parent
67e9ed5d60
commit
4f14f122bd
@ -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 });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user