We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cfa50 commit e097593Copy full SHA for e097593
src/main/java/org/scijava/ui/swing/search/SwingSearchBar.java
@@ -109,7 +109,6 @@ public class SwingSearchBar extends JTextField {
109
private static final Color SEARCHBAR_FONT_DEFAULT_COLOR = new Color(150, 150, 150);
110
111
private static final Color SELECTED_COLOR = new Color(70, 152, 251);
112
- private static final Color HEADER_COLOR = new Color(234, 234, 234);
113
private static final int ICON_SIZE = 16;
114
private static final int PAD = 5;
115
0 commit comments