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/Browser/BrowserWindow.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/Browser/BrowserWindow.gml')
-rw-r--r-- | Userland/Applications/Browser/BrowserWindow.gml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/Browser/BrowserWindow.gml b/Userland/Applications/Browser/BrowserWindow.gml index f02adc0630..d0e1a90672 100644 --- a/Userland/Applications/Browser/BrowserWindow.gml +++ b/Userland/Applications/Browser/BrowserWindow.gml @@ -1,7 +1,7 @@ @GUI::Widget { name: "browser" fill_with_background_color: true - layout: @GUI::VerticalBoxLayout + layout: @GUI::VerticalBoxLayout {} @GUI::HorizontalSeparator { name: "top_line" |