[polari] chatView: Fix indentation for multiline status messages
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [polari] chatView: Fix indentation for multiline status messages
- Date: Thu,  8 Aug 2013 13:06:36 +0000 (UTC)
commit 215e12a65b977edb100814956c69d2ba7412d386
Author: Florian Müllner <florian muellner gmail com>
Date:   Mon Jul 22 16:04:16 2013 +0200
    chatView: Fix indentation for multiline status messages
 src/chatView.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/chatView.js b/src/chatView.js
index fef67bf..c0909ce 100644
--- a/src/chatView.js
+++ b/src/chatView.js
@@ -87,7 +87,8 @@ const ChatView = new Lang.Class({
             scale: HIGHLIGHT_SCALE },
           { name: 'status',
             foreground_rgba: color,
-            left_margin: 0 }
+            left_margin: 0,
+            indent: 0 }
         ];
         tags.forEach(function(tagProps) {
                 tagTable.add(new Gtk.TextTag(tagProps));
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]