diff options
Diffstat (limited to 'Applications/FontEditor/GlyphMapWidget.cpp')
-rw-r--r-- | Applications/FontEditor/GlyphMapWidget.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Applications/FontEditor/GlyphMapWidget.cpp b/Applications/FontEditor/GlyphMapWidget.cpp index bd0329c39e..f057b46bb7 100644 --- a/Applications/FontEditor/GlyphMapWidget.cpp +++ b/Applications/FontEditor/GlyphMapWidget.cpp @@ -29,9 +29,8 @@ #include <LibGfx/Font.h> #include <LibGfx/Palette.h> -GlyphMapWidget::GlyphMapWidget(Gfx::Font& mutable_font, GUI::Widget* parent) - : GUI::Frame(parent) - , m_font(mutable_font) +GlyphMapWidget::GlyphMapWidget(Gfx::Font& mutable_font) + : m_font(mutable_font) { set_frame_thickness(2); set_frame_shape(Gfx::FrameShape::Container); |