Applications: Tweak main layout spacing and background

This commit is contained in:
Andreas Kling 2020-04-23 18:21:23 +02:00
commit 0af5e0b9f8
Notes: sideshowbarker 2024-07-19 07:22:15 +09:00
5 changed files with 8 additions and 5 deletions

View file

@ -48,7 +48,7 @@
HexEditorWidget::HexEditorWidget()
{
set_layout<GUI::VerticalBoxLayout>();
layout()->set_spacing(0);
layout()->set_spacing(2);
m_editor = add<HexEditor>();