mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:47:34 +00:00
VisualBuilder: Let's use 5 pixels for the grid size for now.
This commit is contained in:
parent
3f67298dad
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