From d3f9759d14a1ff24b802e0327193bb00edfb5d0d Mon Sep 17 00:00:00 2001 From: Elsa Zacharia Date: Tue, 30 Jan 2024 15:59:09 +0530 Subject: [PATCH] increase transparency of showKeyPopUp --- .../org/eclipse/ui/internal/keys/show/ShowKeysUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/show/ShowKeysUI.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/show/ShowKeysUI.java index afe4aa2b576..aca62d3ced4 100644 --- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/show/ShowKeysUI.java +++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/show/ShowKeysUI.java @@ -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