1
Fork 0
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:
Andreas Kling 2020-04-23 18:51:32 +02:00
parent 0f8dca9441
commit 3af8fcc839

View file

@ -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);