diff --git a/LibGUI/GLayout.h b/LibGUI/GLayout.h index 765e6fb070..4d07f73546 100644 --- a/LibGUI/GLayout.h +++ b/LibGUI/GLayout.h @@ -49,6 +49,6 @@ protected: Vector m_entries; GMargins m_margins; - int m_spacing { 0 }; + int m_spacing { 4 }; };