mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
Added centering for File Import Settings dialog.
This commit is contained in:
parent
17b85bba97
commit
2886271923
@ -294,6 +294,7 @@ public class ImportSelectFilesWizardPane extends WizardPane {
|
||||
}
|
||||
});
|
||||
dialog.pack();
|
||||
SwtUtil.center(wizard.getDialog(), dialog);
|
||||
dialog.open();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user