From dbd9dadac53b8dbb01280c57087c90dee7aae70f Mon Sep 17 00:00:00 2001 From: Konstantin Bulenkov Date: Fri, 24 Oct 2014 14:27:59 +0200 Subject: [PATCH] SE settings icon style: hamburger -> gear (cherry picked from commit 86cab06) --- .../src/com/intellij/ide/actions/SearchEverywhereAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/lang-impl/src/com/intellij/ide/actions/SearchEverywhereAction.java b/platform/lang-impl/src/com/intellij/ide/actions/SearchEverywhereAction.java index 93a33c6ce5ee..c5a1db15c2e4 100644 --- a/platform/lang-impl/src/com/intellij/ide/actions/SearchEverywhereAction.java +++ b/platform/lang-impl/src/com/intellij/ide/actions/SearchEverywhereAction.java @@ -716,7 +716,7 @@ public class SearchEverywhereAction extends AnAction implements CustomComponentA topPanel.add(title, BorderLayout.WEST); final JPanel controls = new JPanel(new BorderLayout()); controls.setOpaque(false); - final JLabel settings = new JLabel(AllIcons.General.WebSettings); + final JLabel settings = new JLabel(AllIcons.General.SearchEverywhereGear); new ClickListener(){ @Override public boolean onClick(@NotNull MouseEvent event, int clickCount) { -- 2.23.3