mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-2842 - Theme consistency updates
This commit is contained in:
parent
bfb0ed6e34
commit
955d4b3998
16 changed files with 219 additions and 250 deletions
|
@ -24,7 +24,7 @@ import ghidra.util.task.TaskMonitor;
|
|||
|
||||
public class DecompilerNestedLayoutProvider extends FGLayoutProviderExtensionPoint {
|
||||
|
||||
private static final Icon ICON = new GIcon("icon.functiongraph.layout.nested.code");
|
||||
private static final Icon ICON = new GIcon("icon.plugin.functiongraph.layout.nested.code");
|
||||
static final String LAYOUT_NAME = "Nested Code Layout";
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue