From 0af5e0b9f851da399012163de47de29f6521ea04 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 23 Apr 2020 18:21:23 +0200 Subject: Applications: Tweak main layout spacing and background --- Applications/HexEditor/HexEditorWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Applications/HexEditor') diff --git a/Applications/HexEditor/HexEditorWidget.cpp b/Applications/HexEditor/HexEditorWidget.cpp index 43d80dae0a..7b16c2364c 100644 --- a/Applications/HexEditor/HexEditorWidget.cpp +++ b/Applications/HexEditor/HexEditorWidget.cpp @@ -48,7 +48,7 @@ HexEditorWidget::HexEditorWidget() { set_layout(); - layout()->set_spacing(0); + layout()->set_spacing(2); m_editor = add(); -- cgit v1.2.3