1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:07:45 +00:00

HexEditor: Respond to font changes

This commit is contained in:
Sam Atkins 2024-02-05 12:41:00 +00:00 committed by Sam Atkins
parent 3318563ad9
commit 6850ef9014
2 changed files with 7 additions and 0 deletions

View file

@ -83,6 +83,7 @@ protected:
virtual void mousemove_event(GUI::MouseEvent&) override;
virtual void keydown_event(GUI::KeyEvent&) override;
virtual void context_menu_event(GUI::ContextMenuEvent&) override;
virtual void theme_change_event(GUI::ThemeChangeEvent&) override;
private:
size_t m_line_spacing { 4 };