mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 18:24:45 -05:00
GLayout: Change default spacing to 3 pixels
This commit is contained in:
parent
a6bb955c9d
commit
123a3cad77
Notes:
sideshowbarker
2024-07-19 12:18:36 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/123a3cad778
1 changed files with 1 additions and 1 deletions
|
@ -49,5 +49,5 @@ protected:
|
|||
Vector<Entry> m_entries;
|
||||
|
||||
GMargins m_margins;
|
||||
int m_spacing { 4 };
|
||||
int m_spacing { 3 };
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue