mirror of https://github.com/mchr3k/org.intrace
Upgrade miglayout and turn off word wrap in trace output
This commit is contained in:
parent
6d0eafd14e
commit
b98291eef2
|
|
@ -7,8 +7,9 @@
|
|||
<classpathentry kind="lib" path="lib/easymockclassextension-2.5.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/easymock-2.5.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/cglib-nodep-2.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/miglayout-3.7-swt.jar"/>
|
||||
<classpathentry kind="lib" path="lib/asm-debug-all-3.3.jar"/>
|
||||
<classpathentry kind="lib" path="lib/swt-windows-3.5.2.jar"/>
|
||||
<classpathentry kind="con" path="SWT_CONTAINER"/>
|
||||
<classpathentry kind="lib" path="lib/miglayout-3.7.3.1-swt.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -648,8 +648,8 @@ public class TraceWindow
|
|||
cancelButton.setLayoutData("grow,wrap");
|
||||
cancelButton.setVisible(false);
|
||||
|
||||
textOutput = new StyledText(composite, SWT.MULTI | SWT.WRAP
|
||||
| SWT.V_SCROLL | SWT.BORDER);
|
||||
textOutput = new StyledText(composite, SWT.MULTI | SWT.V_SCROLL
|
||||
| SWT.H_SCROLL | SWT.BORDER);
|
||||
textOutput.setEditable(false);
|
||||
textOutput.setLayoutData("spanx,grow,wmin 0,hmin 0");
|
||||
textOutput.setBackground(Display.getCurrent()
|
||||
|
|
|
|||
Loading…
Reference in New Issue