aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-08-10 15:21:30 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-08-10 15:21:30 -0300
commit98a900ef30d325c891fe5ce5d8da1db1be3e3ace (patch)
tree5428bfb14113d8317806f84b73207d911d737bb6 /hardinfo2
parent58f91c51b739e55676b732cb4b4eefa7ba16a40b (diff)
Disable text justification on MarkdownTextView
Diffstat (limited to 'hardinfo2')
-rw-r--r--hardinfo2/markdown-text-view.c2
1 files changed, 0 insertions, 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);