HexEditor: Fill main widget with background to prevent gaps
This commit is contained in:
parent
0f8dca9441
commit
3af8fcc839
Notes:
sideshowbarker
2024-07-19 07:22:02 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/3af8fcc8393
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
|
||||
HexEditorWidget::HexEditorWidget()
|
||||
{
|
||||
set_fill_with_background_color(true);
|
||||
set_layout<GUI::VerticalBoxLayout>();
|
||||
layout()->set_spacing(2);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue