mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-1981 Refactored Gui to use ThemeManager
This commit is contained in:
parent
a92a27e9f1
commit
edfb5a0877
78 changed files with 1902 additions and 1230 deletions
|
@ -312,7 +312,7 @@ public class StatusBar extends JPanel {
|
|||
|
||||
int value = 0;
|
||||
int delta = 16;
|
||||
if (Gui.getActiveTheme().useDarkDefaults()) {
|
||||
if (Gui.isDarkTheme()) {
|
||||
value = 128;
|
||||
delta = -16;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue