mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-08-05 09:26:05 +00:00
Added centering for File Import Settings dialog.
This commit is contained in:
@@ -294,6 +294,7 @@ public class ImportSelectFilesWizardPane extends WizardPane {
|
||||
}
|
||||
});
|
||||
dialog.pack();
|
||||
SwtUtil.center(wizard.getDialog(), dialog);
|
||||
dialog.open();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user