mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +00:00
LibGfx+LibGUI: Allow theming the focus outline of AbstractButton
This commit is contained in:
parent
e490fc9e35
commit
6e2a16c8a8
9 changed files with 9 additions and 1 deletions
|
@ -76,6 +76,7 @@ enum class ColorRole {
|
|||
RulerActiveText,
|
||||
RulerInactiveText,
|
||||
TextCursor,
|
||||
FocusOutline,
|
||||
|
||||
__Count,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue