mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
LibGfx+LibGUI: Allow theming the focus outline of AbstractButton
This commit is contained in:
parent
e490fc9e35
commit
6e2a16c8a8
Notes:
sideshowbarker
2024-07-19 09:11:55 +09:00
Author: https://github.com/xTibor
Commit: 6e2a16c8a8
Pull-request: https://github.com/SerenityOS/serenity/pull/1255
9 changed files with 9 additions and 1 deletions
|
@ -113,6 +113,7 @@ RefPtr<SharedBuffer> load_system_theme(const String& path)
|
|||
DO_COLOR(RulerActiveText);
|
||||
DO_COLOR(RulerInactiveText);
|
||||
DO_COLOR(TextCursor);
|
||||
DO_COLOR(FocusOutline);
|
||||
|
||||
buffer->seal();
|
||||
buffer->share_globally();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue