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:
parent
3b73064497
commit
0a1a081d8a
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
Add a link
Reference in a new issue