mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
parent
b9d1aa9b5d
commit
b6e7f83844
1 changed files with 1 additions and 3 deletions
|
@ -96,7 +96,7 @@ public class TemplateInputDialog extends Dialog {
|
||||||
|
|
||||||
protected TemplateInputDialog(Shell parentShell) {
|
protected TemplateInputDialog(Shell parentShell) {
|
||||||
super(parentShell);
|
super(parentShell);
|
||||||
|
setShellStyle(getShellStyle() | SWT.RESIZE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -108,9 +108,7 @@ public class TemplateInputDialog extends Dialog {
|
||||||
protected void configureShell(Shell shell) {
|
protected void configureShell(Shell shell) {
|
||||||
super.configureShell(shell);
|
super.configureShell(shell);
|
||||||
this.shell = shell;
|
this.shell = shell;
|
||||||
shell.setBounds(420, 280, 300, 160);
|
|
||||||
display = shell.getDisplay();
|
display = shell.getDisplay();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue