[polari] chatView: Do not indent actions



commit f3c4e5d6b822f4ca684537a9301c677e95b63b10
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Nov 7 16:54:45 2013 +0000

    chatView: Do not indent actions
    
    Those are not normal messages where the nick appears as prefix, so
    the indent looks odd.

 src/chatView.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/chatView.js b/src/chatView.js
index aede63b..21b1808 100644
--- a/src/chatView.js
+++ b/src/chatView.js
@@ -143,6 +143,7 @@ const ChatView = new Lang.Class({
             weight: Pango.Weight.BOLD },
           { name: 'status',
             left_margin: 0,
+            indent: 0,
             justification: Gtk.Justification.RIGHT,
             indent: 0 },
           { name: 'action',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]