瀏覽代碼

BrowserSettings: Run gml-format on ContentFilterSettingsWidget.gml

Andreas Kling 3 年之前
父節點
當前提交
c001e3f2fd
共有 1 個文件被更改,包括 2 次插入7 次删除
  1. 2 7
      Userland/Applications/BrowserSettings/ContentFilterSettingsWidget.gml

+ 2 - 7
Userland/Applications/BrowserSettings/ContentFilterSettingsWidget.gml

@@ -1,6 +1,5 @@
 @GUI::Frame {
 @GUI::Frame {
     fill_with_background_color: true
     fill_with_background_color: true
-
     layout: @GUI::VerticalBoxLayout {
     layout: @GUI::VerticalBoxLayout {
         margins: [10]
         margins: [10]
         spacing: 5
         spacing: 5
@@ -13,7 +12,6 @@
 
 
     @GUI::GroupBox {
     @GUI::GroupBox {
         title: "Domain list"
         title: "Domain list"
-
         layout: @GUI::VerticalBoxLayout {
         layout: @GUI::VerticalBoxLayout {
             margins: [8]
             margins: [8]
         }
         }
@@ -24,12 +22,9 @@
 
 
         @GUI::Widget {
         @GUI::Widget {
             fixed_height: 32
             fixed_height: 32
+            layout: @GUI::HorizontalBoxLayout {}
 
 
-            layout: @GUI::HorizontalBoxLayout {
-            }
-
-            @GUI::Widget {
-            }
+            @GUI::Widget {}
 
 
             @GUI::Button {
             @GUI::Button {
                 name: "add_new_domain_button"
                 name: "add_new_domain_button"