mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 13:46:31 +00:00
HexEditor: Hide unnecessary scrollbars in the main file view
This commit is contained in:
parent
affcdafc8d
commit
aea2eac3d1
Notes:
sideshowbarker
2024-07-18 23:53:41 +09:00
Author: https://github.com/awesomekling
Commit: aea2eac3d1
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue