mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
HexEditor: Fill main widget with background to prevent gaps
This commit is contained in:
parent
0f8dca9441
commit
3af8fcc839
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
||||||
|
|
||||||
HexEditorWidget::HexEditorWidget()
|
HexEditorWidget::HexEditorWidget()
|
||||||
{
|
{
|
||||||
|
set_fill_with_background_color(true);
|
||||||
set_layout<GUI::VerticalBoxLayout>();
|
set_layout<GUI::VerticalBoxLayout>();
|
||||||
layout()->set_spacing(2);
|
layout()->set_spacing(2);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue