diff options
author | Emanuele Torre <torreemanuele6@gmail.com> | 2021-03-08 00:19:37 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-08 09:20:53 +0100 |
commit | 1f81bc6879908ea431d16c753b39e3ba13f2f105 (patch) | |
tree | 94a1ced275f4f576e56801021c5666f442e75aad /Userland/DevTools/HackStudio | |
parent | 6749ba3477255054b901fe8ac3f094b38a7622b6 (diff) | |
download | serenity-1f81bc6879908ea431d16c753b39e3ba13f2f105.zip |
Everywhere: Remove unnecessary whitespace at the end of some lines.
Diffstat (limited to 'Userland/DevTools/HackStudio')
-rw-r--r-- | Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml b/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml index 31e461ef72..41a1703f22 100644 --- a/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml +++ b/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml @@ -30,7 +30,7 @@ @GUI::Widget { layout: @GUI::HorizontalBoxLayout { } - + max_height: 24 @GUI::Label { @@ -43,11 +43,11 @@ name: "name_input" } } - + @GUI::Widget { layout: @GUI::HorizontalBoxLayout { } - + max_height: 24 @GUI::Label { @@ -60,7 +60,7 @@ name: "create_in_input" text: "/home/anon/Source" } - + @GUI::Button { name: "browse_button" text: "Browse" @@ -71,7 +71,7 @@ @GUI::Widget { layout: @GUI::HorizontalBoxLayout { } - + max_height: 24 @GUI::Label { @@ -90,22 +90,22 @@ max_height: 22 } } - + @GUI::Widget { layout: @GUI::HorizontalBoxLayout { } - + max_height: 24 @GUI::Widget { } - + @GUI::Button { name: "ok_button" text: "OK" max_width: 75 } - + @GUI::Button { name: "cancel_button" text: "Cancel" |