diff --git a/Libraries/LibGUI/GLayout.h b/Libraries/LibGUI/GLayout.h index 39418a712f..c98e113426 100644 --- a/Libraries/LibGUI/GLayout.h +++ b/Libraries/LibGUI/GLayout.h @@ -49,5 +49,5 @@ protected: Vector m_entries; GMargins m_margins; - int m_spacing { 4 }; + int m_spacing { 3 }; };