mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:47:34 +00:00
GLayout: Default to 4 pixels of spacing().
This commit is contained in:
parent
db5341e11d
commit
e2e07b9405
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ protected:
|
|||
Vector<Entry> m_entries;
|
||||
|
||||
GMargins m_margins;
|
||||
int m_spacing { 0 };
|
||||
int m_spacing { 4 };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue