mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 11:39:44 +03: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: https://github.com/SerenityOS/serenity/commit/07a9b2c4e64
@ -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…
Reference in New Issue
Block a user