1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:47:34 +00:00

GLayout: Default to 4 pixels of spacing().

This commit is contained in:
Andreas Kling 2019-05-10 22:59:09 +02:00
parent db5341e11d
commit e2e07b9405

View file

@ -49,6 +49,6 @@ protected:
Vector<Entry> m_entries;
GMargins m_margins;
int m_spacing { 0 };
int m_spacing { 4 };
};