Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /