From 3c108e20a79dad21bdbfa7da57edb2609114b636 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 12 Feb 2022 22:30:29 +0100 Subject: [PATCH] PixelPaint: Run gml-format on FilterGallery.gml --- Userland/Applications/PixelPaint/FilterGallery.gml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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"