From 98a900ef30d325c891fe5ce5d8da1db1be3e3ace Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 10 Aug 2009 15:21:30 -0300 Subject: Disable text justification on MarkdownTextView --- hardinfo2/markdown-text-view.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hardinfo2/markdown-text-view.c b/hardinfo2/markdown-text-view.c index 220be6c7..44a5998d 100644 --- a/hardinfo2/markdown-text-view.c +++ b/hardinfo2/markdown-text-view.c @@ -620,8 +620,6 @@ static void markdown_textview_init(MarkdownTextView * self) egg_markdown_set_smart_quoting(self->markdown, TRUE); gtk_text_view_set_wrap_mode(GTK_TEXT_VIEW(self), GTK_WRAP_WORD); - gtk_text_view_set_justification(GTK_TEXT_VIEW(self), - GTK_JUSTIFY_FILL); gtk_text_view_set_editable(GTK_TEXT_VIEW(self), FALSE); gtk_text_view_set_left_margin(GTK_TEXT_VIEW(self), 10); gtk_text_view_set_right_margin(GTK_TEXT_VIEW(self), 10); -- cgit v1.2.3