summaryrefslogtreecommitdiff
path: root/Userland/Applications/Run/Run.gml
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/Applications/Run/Run.gml
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/Applications/Run/Run.gml')
-rw-r--r--Userland/Applications/Run/Run.gml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Userland/Applications/Run/Run.gml b/Userland/Applications/Run/Run.gml
index 64cd5192d4..5f2fd0ca20 100644
--- a/Userland/Applications/Run/Run.gml
+++ b/Userland/Applications/Run/Run.gml
@@ -38,11 +38,11 @@
}
@GUI::Widget {
- layout: @GUI::HorizontalBoxLayout
-
+ layout: @GUI::HorizontalBoxLayout {}
fixed_height: 22
+
// HACK: using an empty widget as a spacer
- @GUI::Widget
+ @GUI::Widget {}
@GUI::Button {
name: "ok_button"