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
Notes: sideshowbarker 2024-07-19 07:22:02 +09:00

View file

@ -47,6 +47,7 @@
HexEditorWidget::HexEditorWidget()
{
set_fill_with_background_color(true);
set_layout<GUI::VerticalBoxLayout>();
layout()->set_spacing(2);