Skip to content

Commit

Permalink
Make the dialog appear in the correct position
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie authored and facchinm committed Jul 18, 2019
1 parent 4dc5176 commit 1cacd79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ public void onInstallPressed(final ContributedLibrary lib) {
if (!depsInstalled) {
MultiLibraryInstallDialog dialog;
dialog = new MultiLibraryInstallDialog(this, lib, deps);
dialog.setLocationRelativeTo(this);
dialog.setVisible(true);
installDeps = dialog.getInstallDepsResult();
if (installDeps == Result.CANCEL)
Expand Down

0 comments on commit 1cacd79

Please sign in to comment.