mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
GMLCompiler: Add enum initializer for checkbox_position property
This patch adds a enum initializer for checkbox_position property used in .gml files which are parsed by GML compiler.
This commit is contained in:
parent
0be70ed97a
commit
c583888cc9
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ static ErrorOr<Optional<String>> generate_enum_initializer_for(StringView proper
|
|||
{ "text_wrapping"sv, "Gfx::TextWrapping"sv },
|
||||
{ "button_style"sv, "Gfx::ButtonStyle"sv },
|
||||
{ "opportunistic_resizee"sv, "GUI::Splitter::OpportunisticResizee"sv },
|
||||
{ "checkbox_position"sv, "GUI::CheckBox::CheckBoxPosition"sv },
|
||||
};
|
||||
|
||||
auto const& enum_type_name = enum_properties.get(property_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue