From c001e3f2fd2a9d2003c289ba77aa1d15bc54ecdb Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 18 Feb 2022 19:21:12 +0100 Subject: [PATCH] BrowserSettings: Run gml-format on ContentFilterSettingsWidget.gml --- .../BrowserSettings/ContentFilterSettingsWidget.gml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Userland/Applications/BrowserSettings/ContentFilterSettingsWidget.gml b/Userland/Applications/BrowserSettings/ContentFilterSettingsWidget.gml index db76acb589..720fe5be24 100644 --- a/Userland/Applications/BrowserSettings/ContentFilterSettingsWidget.gml +++ b/Userland/Applications/BrowserSettings/ContentFilterSettingsWidget.gml @@ -1,6 +1,5 @@ @GUI::Frame { fill_with_background_color: true - layout: @GUI::VerticalBoxLayout { margins: [10] spacing: 5 @@ -13,7 +12,6 @@ @GUI::GroupBox { title: "Domain list" - layout: @GUI::VerticalBoxLayout { margins: [8] } @@ -24,12 +22,9 @@ @GUI::Widget { fixed_height: 32 + layout: @GUI::HorizontalBoxLayout {} - layout: @GUI::HorizontalBoxLayout { - } - - @GUI::Widget { - } + @GUI::Widget {} @GUI::Button { name: "add_new_domain_button"