GLayout: Change default spacing to 3 pixels

This commit is contained in:
Andreas Kling 2019-09-04 18:54:03 +02:00
parent a6bb955c9d
commit 123a3cad77
Notes: sideshowbarker 2024-07-19 12:18:36 +09:00

View file

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