mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
still trying to improve info dialog on mac
This commit is contained in:
parent
3aa3db48c1
commit
2009d1c606
@ -54,7 +54,7 @@ public class InfoDialog extends AbstractModalDialog {
|
||||
|
||||
Text statsText = new Text(shell, SWT.MULTI | SWT.READ_ONLY);
|
||||
statsText.setBackground(shell.getBackground());
|
||||
statsText.setLayoutData(formData(new FormAttachment(iconLabel), new FormAttachment(100), new FormAttachment(titleLabel), null));
|
||||
statsText.setLayoutData(formData(250, -1, new FormAttachment(iconLabel), new FormAttachment(100), new FormAttachment(titleLabel), null));
|
||||
statsText.setText(message);
|
||||
statsText.pack();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user