1
Fork 0
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:
Andreas Kling 2019-04-10 02:43:57 +02:00
parent 5ab043a687
commit 981623f4ee
4 changed files with 32 additions and 20 deletions

View file

@ -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;