summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-05-16 21:39:19 +0100
committerAndreas Kling <kling@serenityos.org>2021-05-16 23:00:21 +0200
commit9151364e224d209299f0d1fd786f12bc21a51c34 (patch)
treea8c5cbb1bebd757ebe121120124d4af0184fa577 /Userland
parentd859bde3373824d87b13c389cec7fc4216301bd0 (diff)
downloadserenity-9151364e224d209299f0d1fd786f12bc21a51c34.zip
GameOfLife: Add vertical separator between interval and action buttons
Diffstat (limited to 'Userland')
-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 {
+ }
}
}