Skip to content

Commit 1cacd79

Browse files
cmagliefacchinm
authored andcommitted
Make the dialog appear in the correct position
1 parent 4dc5176 commit 1cacd79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ public void onInstallPressed(final ContributedLibrary lib) {
221221
if (!depsInstalled) {
222222
MultiLibraryInstallDialog dialog;
223223
dialog = new MultiLibraryInstallDialog(this, lib, deps);
224+
dialog.setLocationRelativeTo(this);
224225
dialog.setVisible(true);
225226
installDeps = dialog.getInstallDepsResult();
226227
if (installDeps == Result.CANCEL)

0 commit comments

Comments
 (0)