mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
GMLCompiler: Add enum initializer for orientation
This commit is contained in:
parent
0a1a081d8a
commit
64e79a618b
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ static ErrorOr<Optional<String>> generate_enum_initializer_for(StringView proper
|
|||
{ "button_style"sv, "Gfx::ButtonStyle"sv },
|
||||
{ "mode"sv, "GUI::TextEditor::Mode"sv },
|
||||
{ "font_weight"sv, "Gfx::FontWeight"sv },
|
||||
{ "orientation"sv, "Gfx::Orientation"sv },
|
||||
};
|
||||
|
||||
auto const& enum_type_name = enum_properties.get(property_name);
|
||||
|
|
Loading…
Add table
Reference in a new issue