GameOfLife: Use a frame as the board widget container

This adds a bit of depth and looks very nice :^)
This commit is contained in:
Linus Groh 2021-05-16 21:40:11 +01:00 committed by Andreas Kling
parent 9151364e22
commit 7dea3d41cb
Notes: sideshowbarker 2024-07-18 17:58:57 +09:00

View file

@ -59,7 +59,7 @@
}
}
@GUI::Widget {
@GUI::Frame {
name: "board_widget_container"
fill_with_background_color: true
}