1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:47:37 +00:00

FontEditor: Remove code duplication when resizing GlyphEditor

The left column now also enforces a minimum width to prevent especially
small fonts from hiding the glyph toolbars and width widgets.
This commit is contained in:
thankyouverycool 2021-11-29 10:05:57 -05:00 committed by Andreas Kling
parent c1744822a1
commit ae922c67fd
2 changed files with 12 additions and 9 deletions

View file

@ -43,6 +43,7 @@ private:
void undo();
void redo();
void did_modify_font();
void did_resize_glyph_editor();
void update_statusbar();
void update_preview();