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 };
};