8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc5176 commit 1cacd79Copy full SHA for 1cacd79
app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java
@@ -221,6 +221,7 @@ public void onInstallPressed(final ContributedLibrary lib) {
221
if (!depsInstalled) {
222
MultiLibraryInstallDialog dialog;
223
dialog = new MultiLibraryInstallDialog(this, lib, deps);
224
+ dialog.setLocationRelativeTo(this);
225
dialog.setVisible(true);
226
installDeps = dialog.getInstallDepsResult();
227
if (installDeps == Result.CANCEL)
0 commit comments