Skip to content

Commit

Permalink
increase transparency of showKeyPopUp
Browse files Browse the repository at this point in the history
  • Loading branch information
elsazac committed Jan 30, 2024
1 parent e340eca commit d3f9759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ protected void configureShell(Shell newShell) {

Color color = JFaceResources.getColorRegistry().get(POPUP_COLOR_BG);
newShell.setBackground(color);
newShell.setAlpha(170);
newShell.setAlpha(130);
}

@Override
Expand Down

0 comments on commit d3f9759

Please sign in to comment.