Wrap lines in source views
This commit is contained in:
parent
94532ab9f8
commit
6e2b0872a0
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ static void
|
|||
midori_source_init (MidoriSource* source)
|
||||
{
|
||||
gtk_text_view_set_editable (GTK_TEXT_VIEW (source), FALSE);
|
||||
gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (source), TRUE);
|
||||
|
||||
source->net = katze_net_new ();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue