mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
PixelPaint: Run gml-format on FilterGallery.gml
This commit is contained in:
parent
01cd838a4c
commit
3c108e20a7
1 changed files with 3 additions and 6 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue