summaryrefslogtreecommitdiff
path: root/Userland/Games/Solitaire
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2022-02-12 19:17:01 +0200
committerIdan Horowitz <idan.horowitz@gmail.com>2022-02-13 02:36:35 +0200
commitc8ab45e79fd5845402c6aaf69890e103036e16ef (patch)
tree6a28508d9d953345d80eb6d4f99cc6f40628bc27 /Userland/Games/Solitaire
parent4c451422c35b3c2044d3b005a7af32d18ce9b194 (diff)
downloadserenity-c8ab45e79fd5845402c6aaf69890e103036e16ef.zip
Userland: Run gml-format
This brings the existing GML files up to spec with the new requirements
Diffstat (limited to 'Userland/Games/Solitaire')
-rw-r--r--Userland/Games/Solitaire/Solitaire.gml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Games/Solitaire/Solitaire.gml b/Userland/Games/Solitaire/Solitaire.gml
index 55aae5f751..7dc3180ede 100644
--- a/Userland/Games/Solitaire/Solitaire.gml
+++ b/Userland/Games/Solitaire/Solitaire.gml
@@ -1,6 +1,6 @@
@GUI::Widget {
fill_with_background_color: true
- layout: @GUI::VerticalBoxLayout
+ layout: @GUI::VerticalBoxLayout {}
@Solitaire::Game {
name: "game"