mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
LibGUI: Split HorizontalSlider to separate header
This patch splits HorizontalSlider to separate header so it can be used as a component in .gml files with new GML compiler.
This commit is contained in:
parent
f47a14b9d6
commit
9deaa74ad6
Notes:
sideshowbarker
2024-07-17 03:00:02 +09:00
Author: https://github.com/tetektoza
Commit: 9deaa74ad6
Pull-request: https://github.com/SerenityOS/serenity/pull/21271
Reviewed-by: https://github.com/timschumi ✅
7 changed files with 32 additions and 13 deletions
|
@ -6,6 +6,7 @@
|
|||
*/
|
||||
|
||||
#include <AK/StdLibExtras.h>
|
||||
#include <LibGUI/HorizontalSlider.h>
|
||||
#include <LibGUI/Painter.h>
|
||||
#include <LibGUI/Slider.h>
|
||||
#include <LibGfx/Palette.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue