mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-1981 Review fixes
This commit is contained in:
parent
9679752523
commit
a92a27e9f1
90 changed files with 375 additions and 381 deletions
|
@ -32,8 +32,8 @@ import ghidra.util.task.SwingUpdateManager;
|
|||
*/
|
||||
class DockableToolBarManager {
|
||||
private static final Color BUTTON_COLOR = new GColor("color.fg.button");
|
||||
private static final Icon CLOSE_ICON = new CloseIcon(16, 4, BUTTON_COLOR);
|
||||
private static final Icon MENU_ICON = new DropDownMenuIcon(16, 4, 4, BUTTON_COLOR);
|
||||
private static final Icon CLOSE_ICON = new CloseIcon(false, BUTTON_COLOR);
|
||||
private Icon MENU_ICON = new DropDownMenuIcon(BUTTON_COLOR);
|
||||
private GenericHeader dockableHeader;
|
||||
private ToolBarManager toolBarManager;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue