diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2022-02-12 19:17:01 +0200 |
---|---|---|
committer | Idan Horowitz <idan.horowitz@gmail.com> | 2022-02-13 02:36:35 +0200 |
commit | c8ab45e79fd5845402c6aaf69890e103036e16ef (patch) | |
tree | 6a28508d9d953345d80eb6d4f99cc6f40628bc27 /Userland/Applications/Run/Run.gml | |
parent | 4c451422c35b3c2044d3b005a7af32d18ce9b194 (diff) | |
download | serenity-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.gml | 6 |
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" |