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:
parent
c1744822a1
commit
ae922c67fd
2 changed files with 12 additions and 9 deletions
|
@ -43,6 +43,7 @@ private:
|
|||
void undo();
|
||||
void redo();
|
||||
void did_modify_font();
|
||||
void did_resize_glyph_editor();
|
||||
void update_statusbar();
|
||||
void update_preview();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue