From 3af8fcc8393b8834bfebc2abe73da65dd516fa5b Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 23 Apr 2020 18:51:32 +0200 Subject: [PATCH] HexEditor: Fill main widget with background to prevent gaps --- Applications/HexEditor/HexEditorWidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/HexEditor/HexEditorWidget.cpp b/Applications/HexEditor/HexEditorWidget.cpp index 7b16c2364cf..963068d4112 100644 --- a/Applications/HexEditor/HexEditorWidget.cpp +++ b/Applications/HexEditor/HexEditorWidget.cpp @@ -47,6 +47,7 @@ HexEditorWidget::HexEditorWidget() { + set_fill_with_background_color(true); set_layout(); layout()->set_spacing(2);