1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:37:34 +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:
tetektoza 2023-10-03 20:59:23 +02:00 committed by Tim Schumacher
parent f47a14b9d6
commit 9deaa74ad6
7 changed files with 32 additions and 13 deletions

View file

@ -8,6 +8,7 @@
#include <LibGUI/ColorInput.h>
#include <LibGUI/ComboBox.h>
#include <LibGUI/HorizontalSlider.h>
#include <LibGUI/ImageWidget.h>
#include <LibGUI/MessageBox.h>
#include <LibGUI/OpacitySlider.h>