mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
VisualBuilder: Let's use 5 pixels for the grid size for now.
This commit is contained in:
parent
3f67298dad
commit
07a9b2c4e6
Notes:
sideshowbarker
2024-07-19 14:45:28 +09:00
Author: https://github.com/awesomekling
Commit: 07a9b2c4e6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ private:
|
|||
void grabber_mousedown_event(GMouseEvent&, VBWidget&, Direction grabber);
|
||||
|
||||
String m_name;
|
||||
int m_grid_size { 8 };
|
||||
int m_grid_size { 5 };
|
||||
bool m_should_snap_to_grid { true };
|
||||
Vector<Retained<VBWidget>> m_widgets;
|
||||
WeakPtr<VBWidget> m_selected_widget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue