mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
make getting started screen wider or send checkbox may not fit
This commit is contained in:
parent
23ec083fca
commit
dcfded2a05
@ -41,7 +41,7 @@ public class GettingStartedDialog extends AbstractModalDialog {
|
||||
shell = new Shell(parent, SWT.APPLICATION_MODAL | SWT.DIALOG_TRIM);
|
||||
|
||||
shell.setText(getLabel("title.gettingStarted"));
|
||||
shell.setSize(new Point(500, 300));
|
||||
shell.setSize(new Point(600, 300));
|
||||
|
||||
Label iconLabel = new Label(shell, SWT.ICON);
|
||||
iconLabel.setLocation(10, 10);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user