Added centering for File Import Settings dialog.

This commit is contained in:
Robert Greene 2003-03-16 05:27:38 +00:00
parent 17b85bba97
commit 2886271923
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ public class ImportSelectFilesWizardPane extends WizardPane {
}
});
dialog.pack();
SwtUtil.center(wizard.getDialog(), dialog);
dialog.open();
}
}