1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:47:36 +00:00

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

View file

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