mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
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: 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