mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
Applications: Tweak main layout spacing and background
This commit is contained in:
parent
fa0bab843a
commit
0af5e0b9f8
5 changed files with 8 additions and 5 deletions
|
@ -48,7 +48,7 @@
|
|||
HexEditorWidget::HexEditorWidget()
|
||||
{
|
||||
set_layout<GUI::VerticalBoxLayout>();
|
||||
layout()->set_spacing(0);
|
||||
layout()->set_spacing(2);
|
||||
|
||||
m_editor = add<HexEditor>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue