[balsa] balsa-mime-widget-text: Reduce right margin to 2px



commit 81496af89b8f77d135386a03f2d620439204b10a
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Wed Jul 18 12:59:26 2018 -0400

    balsa-mime-widget-text: Reduce right margin to 2px

 src/balsa-mime-widget-text.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/balsa-mime-widget-text.c b/src/balsa-mime-widget-text.c
index 2a20e4a90..ccfe6ff86 100644
--- a/src/balsa-mime-widget-text.c
+++ b/src/balsa-mime-widget-text.c
@@ -119,7 +119,7 @@ static GList *fill_text_buf_cited(GtkWidget *widget, const gchar *text_body,
     "balsa-mime-widget-text-new-notified"
 
 #define BALSA_LEFT_MARGIN   2
-#define BALSA_RIGHT_MARGIN 15
+#define BALSA_RIGHT_MARGIN  2
 
 BalsaMimeWidget *
 balsa_mime_widget_new_text(BalsaMessage * bm, LibBalsaMessageBody * mime_body,


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