GMLCompiler: Add OpacitySlider header to class file mappings
This commit is contained in:
parent
3b73064497
commit
0a1a081d8a
Notes:
sideshowbarker
2024-07-17 02:29:45 +09:00
Author: https://github.com/mrunix00 Commit: https://github.com/SerenityOS/serenity/commit/0a1a081d8a Pull-request: https://github.com/SerenityOS/serenity/pull/22512 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 1 additions and 0 deletions
|
@ -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 },
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue