VisualBuilder: Tweak form grid color.
This commit is contained in:
parent
86aad50818
commit
f95ba881f0
Notes:
sideshowbarker
2024-07-19 14:31:59 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/f95ba881f0a
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ void VBForm::paint_event(GPaintEvent& event)
|
|||
|
||||
for (int y = 0; y < height(); y += m_grid_size) {
|
||||
for (int x = 0; x < width(); x += m_grid_size) {
|
||||
painter.set_pixel({ x, y }, Color::Black);
|
||||
painter.set_pixel({ x, y }, Color::from_rgb(0x404040));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue