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
Notes: sideshowbarker 2024-07-19 14:10:40 +09:00

View file

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