mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 13:35:03 +00:00
HexEditor: Hide unnecessary scrollbars in the main file view
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
|
||||
HexEditor::HexEditor()
|
||||
{
|
||||
set_should_hide_unnecessary_scrollbars(true);
|
||||
set_focus_policy(GUI::FocusPolicy::StrongFocus);
|
||||
set_scrollbars_enabled(true);
|
||||
set_font(Gfx::FontDatabase::default_fixed_width_font());
|
||||
|
||||
Reference in New Issue
Block a user