summaryrefslogtreecommitdiff
path: root/Userland/Games/GameOfLife
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Games/GameOfLife')
-rw-r--r--Userland/Games/GameOfLife/GameOfLife.gml3
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 {
+ }
}
}