We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033cedf commit 3fbb469Copy full SHA for 3fbb469
bundles/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/EventDetailsDialog.java
@@ -693,7 +693,7 @@ private void createTextSection(Composite parent) {
693
label.setText(Messages.EventDetailsDialog_message);
694
gd = new GridData(GridData.VERTICAL_ALIGN_BEGINNING);
695
label.setLayoutData(gd);
696
- msgText = new Text(textContainer, SWT.MULTI | SWT.V_SCROLL | SWT.H_SCROLL | SWT.BORDER);
+ msgText = new Text(textContainer, SWT.MULTI | SWT.V_SCROLL | SWT.H_SCROLL | SWT.BORDER | SWT.WRAP);
697
msgText.setEditable(false);
698
gd = new GridData(GridData.FILL_BOTH | GridData.GRAB_HORIZONTAL);
699
gd.horizontalSpan = 2;
0 commit comments