1
Fork 0
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:
Andreas Kling 2019-04-11 13:16:18 +02:00
parent 3f67298dad
commit 07a9b2c4e6

View file

@ -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;