From 4de4564082eabf1b6895cf14a9ea6a77ce5675d1 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..43c5e043c2b 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(100); } @Override