Commit 542d5d6c authored by Arseny Chernyaev's avatar Arseny Chernyaev
Browse files

apply usage of GearPlain icon in ClassesFilteredViewBase

parent d042461d
Branches unavailable Tags unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -158,7 +158,7 @@ public abstract class ClassesFilteredViewBase extends BorderLayoutPanel implemen
final DefaultActionGroup group = (DefaultActionGroup)ActionManager.getInstance().getAction("MemoryView.SettingsPopupActionGroup");
group.setPopup(true);
final Presentation actionsPresentation = new Presentation("Memory View Settings");
actionsPresentation.setIcon(AllIcons.General.SecondaryGroup);
actionsPresentation.setIcon(AllIcons.General.GearPlain);
final ActionButton button = new ActionButton(group, actionsPresentation, ActionPlaces.UNKNOWN, new JBDimension(25, 25));
final BorderLayoutPanel topPanel = new BorderLayoutPanel();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment