diff options
author | Linus Groh <mail@linusgroh.de> | 2021-05-16 21:39:19 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-16 23:00:21 +0200 |
commit | 9151364e224d209299f0d1fd786f12bc21a51c34 (patch) | |
tree | a8c5cbb1bebd757ebe121120124d4af0184fa577 /Userland/Games | |
parent | d859bde3373824d87b13c389cec7fc4216301bd0 (diff) | |
download | serenity-9151364e224d209299f0d1fd786f12bc21a51c34.zip |
GameOfLife: Add vertical separator between interval and action buttons
Diffstat (limited to 'Userland/Games')
-rw-r--r-- | Userland/Games/GameOfLife/GameOfLife.gml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Userland/Games/GameOfLife/GameOfLife.gml b/Userland/Games/GameOfLife/GameOfLife.gml index 71fb0f4727..e461b81f40 100644 --- a/Userland/Games/GameOfLife/GameOfLife.gml +++ b/Userland/Games/GameOfLife/GameOfLife.gml @@ -53,6 +53,9 @@ text: " ms" autosize: true } + + @GUI::VerticalSeparator { + } } } |