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
Notes: sideshowbarker 2024-07-19 14:45:28 +09:00

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;