one moe word wrap

pull/53/head
Zlatin Balevsky 2020-11-05 17:54:21 +00:00
parent e9ada59dbb
commit 22c0e483c3
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ class MainFrameView {
splitPane(id : "message-attachments-split-pane", orientation : JSplitPane.VERTICAL_SPLIT,
continuousLayout : true, dividerLocation : 500, constraints : BorderLayout.CENTER) {
scrollPane {
textArea(id : "message-body-textarea", editable : false)
textArea(id : "message-body-textarea", editable : false, lineWrap : true, wrapStyleWord : true)
}
panel {
borderLayout()