mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-4316 - Updated how empty border buttons paint their focused state
This commit is contained in:
parent
190f1eaa1e
commit
208b8238ca
4 changed files with 25 additions and 5 deletions
|
@ -31,6 +31,7 @@ color.fg.filterfield = color.palette.black
|
|||
color.border.bevel.highlight = color.palette.lightgray
|
||||
color.border.bevel.shadow = color.palette.gray
|
||||
color.border.provider.disconnected = color.palette.orange
|
||||
color.border.button.focused = [color]system.color.bg.selected.view
|
||||
color.fg.button = color.palette.black
|
||||
|
||||
color.bg.filechooser = color.bg
|
||||
|
@ -178,3 +179,9 @@ color.bg.highlight = #703401 // orangish
|
|||
color.bg.filechooser.shortcut = [color]system.color.bg.view
|
||||
|
||||
|
||||
[CDE/Motif]
|
||||
|
||||
// the tab pane focus color represents the standard motif focus color
|
||||
color.border.button.focused = [color]laf.color.TabbedPane.focus
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue