1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:17:44 +00:00

VisualBuilder: Tweak grid size and add an (empty) toolbox window.

This commit is contained in:
Andreas Kling 2019-04-11 04:01:17 +02:00
parent c6ffb3e2b8
commit c71ece77fa
5 changed files with 30 additions and 7 deletions

View file

@ -29,7 +29,7 @@ private:
void grabber_mousedown_event(GMouseEvent&, VBWidget&, Direction grabber);
String m_name;
int m_grid_size { 5 };
int m_grid_size { 8 };
bool m_should_snap_to_grid { true };
Vector<Retained<VBWidget>> m_widgets;
WeakPtr<VBWidget> m_selected_widget;