From c8ab45e79fd5845402c6aaf69890e103036e16ef Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Sat, 12 Feb 2022 19:17:01 +0200 Subject: Userland: Run gml-format This brings the existing GML files up to spec with the new requirements --- Userland/Applications/Browser/BrowserWindow.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland/Applications/Browser/BrowserWindow.gml') 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" -- cgit v1.2.3