mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
TextEditor: Let's enable line wrapping by default
This commit is contained in:
@@ -23,6 +23,7 @@ TextEditorWidget::TextEditorWidget()
|
||||
m_editor = new GTextEditor(GTextEditor::MultiLine, this);
|
||||
m_editor->set_ruler_visible(true);
|
||||
m_editor->set_automatic_indentation_enabled(true);
|
||||
m_editor->set_line_wrapping_enabled(true);
|
||||
|
||||
m_find_widget = new GWidget(this);
|
||||
m_find_widget->set_fill_with_background_color(true);
|
||||
|
||||
Reference in New Issue
Block a user