1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:37:34 +00:00

PixelPaint: Run gml-format on FilterGallery.gml

This commit is contained in:
Andreas Kling 2022-02-12 22:30:29 +01:00
parent 01cd838a4c
commit 3c108e20a7

View file

@ -13,16 +13,16 @@
} }
@GUI::Widget { @GUI::Widget {
layout:@GUI::VerticalBoxLayout { layout: @GUI::VerticalBoxLayout {
margins: [4] margins: [4]
} }
@GUI::Widget { @GUI::Widget {
name: "config_widget" name: "config_widget"
layout: @GUI::VerticalBoxLayout {
layout:@GUI::VerticalBoxLayout {
margins: [4] margins: [4]
} }
} }
@GUI::GroupBox { @GUI::GroupBox {
@ -35,7 +35,6 @@
name: "preview_widget" name: "preview_widget"
} }
} }
} }
} }
@ -47,8 +46,6 @@
@GUI::Widget @GUI::Widget
@GUI::Button { @GUI::Button {
name: "apply_button" name: "apply_button"
text: "Apply" text: "Apply"