Skip to content

Commit a444df5

Browse files
committed
No text wrapping in repl
1 parent 009b089 commit a444df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/Lisp.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ Item {
472472
TextArea {
473473
text: consoleText
474474
readOnly: true
475-
wrapMode: TextArea.WrapAnywhere
475+
wrapMode: TextArea.NoWrap
476476
font.family: "DejaVu Sans Mono"
477477
color: Utility.getAppHexColor("lightText")
478478
}

0 commit comments

Comments
 (0)