mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibGfx+LibGUI: Allow theming the focus outline of AbstractButton
This commit is contained in:
committed by
Andreas Kling
parent
e490fc9e35
commit
6e2a16c8a8
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user