1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:27:45 +00:00

GMLCompiler: Add OpacitySlider header to class file mappings

This commit is contained in:
Mr.UNIX 2024-01-18 14:58:03 +01:00 committed by Tim Schumacher
parent 3b73064497
commit 0a1a081d8a

View file

@ -36,6 +36,7 @@ static Optional<StringView> map_class_to_file(StringView class_)
{ "GUI::VerticalProgressbar"sv, "GUI/Progressbar"sv },
{ "GUI::DialogButton"sv, "GUI/Button"sv },
{ "GUI::PasswordBox"sv, "GUI/TextBox"sv },
{ "GUI::HorizontalOpacitySlider"sv, "GUI/OpacitySlider"sv },
// Map Layout::Spacer to the Layout header even though it's a pseudo class.
{ "GUI::Layout::Spacer"sv, "GUI/Layout"sv },
};