mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
GLayout: Default to 4 pixels of spacing().
This commit is contained in:
@@ -49,6 +49,6 @@ protected:
|
||||
Vector<Entry> m_entries;
|
||||
|
||||
GMargins m_margins;
|
||||
int m_spacing { 0 };
|
||||
int m_spacing { 4 };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user