mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
HexEditor: Use the system default fixed width font
This commit is contained in:
parent
66e315959d
commit
260b52215c
Notes:
sideshowbarker
2024-07-19 01:43:36 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/260b52215cb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
HexEditor::HexEditor()
|
||||
{
|
||||
set_scrollbars_enabled(true);
|
||||
set_font(GUI::FontDatabase::the().get_by_name("Csilla Thin"));
|
||||
set_font(Gfx::Font::default_fixed_width_font());
|
||||
set_background_role(ColorRole::Base);
|
||||
set_foreground_role(ColorRole::BaseText);
|
||||
vertical_scrollbar().set_step(line_height());
|
||||
|
|
Loading…
Reference in a new issue