mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:58:13 +00:00
FontEditor: Fix typo in comment
s/Ediyor/Editor/
This commit is contained in:
parent
a3936f10eb
commit
871d88cd91
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ FontEditorWidget::FontEditorWidget(const String& path, RefPtr<Gfx::Font>&& edite
|
|||
main_container.set_background_role(Gfx::ColorRole::SyntaxKeyword);
|
||||
main_container.set_size_policy(GUI::SizePolicy::Fill, GUI::SizePolicy::Fill);
|
||||
|
||||
// Top-Left Glyph Ediyor and info
|
||||
// Top-Left Glyph Editor and info
|
||||
auto& editor_container = main_container.add<GUI::Widget>();
|
||||
editor_container.set_layout<GUI::VerticalBoxLayout>();
|
||||
editor_container.layout()->set_margins({ 4, 4, 4, 4 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue