serenity/Userland/Applications/FontEditor
thankyouverycool 7d7f683715 FontEditor: Correct GroupBox height
Font Metadata's GroupBox height was off by an _unsightly_ 2 pixels.
Now we make heights explicit for all child widgets and let shrink_to_fit
automatically calculate things.
2022-01-16 21:36:39 +01:00
..
CMakeLists.txt LibGUI+FontEditor: Move GlyphMapWidget to LibGUI 2022-01-16 11:17:03 +01:00
FontEditor.cpp FontEditor: Calculate GlyphEditor toolbar widths more precisely 2022-01-16 21:36:39 +01:00
FontEditor.h LibGUI+FontEditor: Move GlyphMapWidget to LibGUI 2022-01-16 11:17:03 +01:00
FontEditorWindow.gml FontEditor: Correct GroupBox height 2022-01-16 21:36:39 +01:00
GlyphEditorWidget.cpp FontEditor: Remove unnecessary call during GlyphEditor init 2022-01-16 21:36:39 +01:00
GlyphEditorWidget.h FontEditor: Support selection ranges 2022-01-09 00:18:46 +01:00
main.cpp FontEditor: Propagate errors using try_set_main_widget in main 2022-01-09 00:56:11 +01:00
NewFontDialog.cpp FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
NewFontDialog.h FontEditor: Remove unused Vector<String> 2021-11-30 10:51:51 +01:00
NewFontDialogPage1.gml FontEditor: Allow editing new font header 2021-09-24 14:59:39 +02:00
NewFontDialogPage2.gml FontEditor: Correct NewFontDialog layout issues 2021-11-30 10:51:51 +01:00
UndoGlyph.h FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00