mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:38:12 +00:00
FontEditor: Convert the glyph map and editor widgets to be GFrames.
This commit is contained in:
parent
5ab043a687
commit
981623f4ee
4 changed files with 32 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
#include <LibGUI/GWidget.h>
|
||||
#include <LibGUI/GFrame.h>
|
||||
#include <AK/Function.h>
|
||||
|
||||
class GlyphEditorWidget final : public GWidget {
|
||||
class GlyphEditorWidget final : public GFrame {
|
||||
public:
|
||||
GlyphEditorWidget(Font&, GWidget* parent);
|
||||
virtual ~GlyphEditorWidget() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue