diff --git a/Userland/Applications/PixelPaint/FilterGallery.gml b/Userland/Applications/PixelPaint/FilterGallery.gml index 082e9012d8..93f7607184 100644 --- a/Userland/Applications/PixelPaint/FilterGallery.gml +++ b/Userland/Applications/PixelPaint/FilterGallery.gml @@ -13,16 +13,16 @@ } @GUI::Widget { - layout:@GUI::VerticalBoxLayout { + layout: @GUI::VerticalBoxLayout { margins: [4] } @GUI::Widget { name: "config_widget" - - layout:@GUI::VerticalBoxLayout { + layout: @GUI::VerticalBoxLayout { margins: [4] } + } @GUI::GroupBox { @@ -35,7 +35,6 @@ name: "preview_widget" } } - } } @@ -47,8 +46,6 @@ @GUI::Widget - - @GUI::Button { name: "apply_button" text: "Apply"