mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 18:57:34 +00:00
GLayout: Change default spacing to 3 pixels
This commit is contained in:
parent
a6bb955c9d
commit
123a3cad77
1 changed files with 1 additions and 1 deletions
|
@ -49,5 +49,5 @@ protected:
|
||||||
Vector<Entry> m_entries;
|
Vector<Entry> m_entries;
|
||||||
|
|
||||||
GMargins m_margins;
|
GMargins m_margins;
|
||||||
int m_spacing { 4 };
|
int m_spacing { 3 };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue