mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-1981 - Theming - Icon Conversions - Software Modeling, Project,
Docking
This commit is contained in:
parent
d466dbf06b
commit
79b95702ba
150 changed files with 1116 additions and 1001 deletions
|
@ -30,7 +30,6 @@ import ghidra.util.HTMLUtilities;
|
|||
import ghidra.util.WebColors;
|
||||
import ghidra.util.table.column.AbstractGhidraColumnRenderer;
|
||||
import resources.MultiIcon;
|
||||
import resources.ResourceManager;
|
||||
import resources.icons.*;
|
||||
|
||||
/**
|
||||
|
@ -42,7 +41,7 @@ public class MatchMarkupStatusRenderer extends AbstractGhidraColumnRenderer<VTMa
|
|||
private static final Color FG_TOOLTIP_UNEXAMINED =
|
||||
new GColor("color.bg.version.tracking.match.table.markup.status.tooltip.unexamined");
|
||||
|
||||
private static Icon EMPTY_ICON = ResourceManager.loadImage("EmptyIcon16.gif");
|
||||
private static Icon EMPTY_ICON = new GIcon("icon.empty");
|
||||
private static Icon DISABLED_ICOL =
|
||||
new GIcon("icon.version.tracking.match.table.markup.status.disabled");
|
||||
private static final Icon NOT_APPLIED_ICON =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue