mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 14:54:29 +08:00
GP-1981 - Checkpoint - Initial Theming
This commit is contained in:
+2
-1
@@ -23,6 +23,7 @@ import java.util.List;
|
||||
import javax.swing.*;
|
||||
|
||||
import docking.DialogComponentProvider;
|
||||
import docking.theme.GThemeDefaults;
|
||||
import docking.widgets.checkbox.GCheckBox;
|
||||
import ghidra.feature.fid.db.FidFile;
|
||||
import ghidra.util.HelpLocation;
|
||||
@@ -89,7 +90,7 @@ public class ActiveFidConfigureDialog extends DialogComponentProvider {
|
||||
private Component buildCheckBoxPanel() {
|
||||
JPanel panel = new JPanel(new VerticalLayout(5));
|
||||
panel.setOpaque(true);
|
||||
panel.setBackground(Color.WHITE);
|
||||
panel.setBackground(GThemeDefaults.Colors.BACKGROUND);
|
||||
panel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
|
||||
for (FidFile fidFile : fidFiles) {
|
||||
GCheckBox checkbox = new GCheckBox(fidFile.getName(), fidFile.isActive());
|
||||
|
||||
Reference in New Issue
Block a user