mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
GLayout: Default to 4 pixels of spacing().
This commit is contained in:
parent
db5341e11d
commit
e2e07b9405
Notes:
sideshowbarker
2024-07-19 14:10:40 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/e2e07b94056
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…
Reference in a new issue