mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 09:07:35 +00:00
HexEditor: Use the system default fixed width font
This commit is contained in:
parent
66e315959d
commit
260b52215c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
HexEditor::HexEditor()
|
HexEditor::HexEditor()
|
||||||
{
|
{
|
||||||
set_scrollbars_enabled(true);
|
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_background_role(ColorRole::Base);
|
||||||
set_foreground_role(ColorRole::BaseText);
|
set_foreground_role(ColorRole::BaseText);
|
||||||
vertical_scrollbar().set_step(line_height());
|
vertical_scrollbar().set_step(line_height());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue