1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:28: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,9 +1,9 @@
#pragma once
#include <LibGUI/GWidget.h>
#include <LibGUI/GFrame.h>
#include <AK/Function.h>
class GlyphMapWidget final : public GWidget {
class GlyphMapWidget final : public GFrame {
public:
GlyphMapWidget(Font&, GWidget* parent);
virtual ~GlyphMapWidget() override;