Skip to content

Commit 1d2633f

Browse files
committed
Fix wordwrap in console
1 parent b6d48d5 commit 1d2633f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/console/BaseConsole.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ TextArea {
88
text = ""
99
}
1010

11-
wrapMode: TextEdit.Wrap
11+
wrapMode: TextEdit.WrapAnywhere
1212
textFormat: TextEdit.PlainText
1313
}

0 commit comments

Comments
 (0)