mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:07:34 +00:00
Everywhere: Remove empty {} from GML objects
This commit is contained in:
parent
76d4b2c5a4
commit
243d7d9ecf
9 changed files with 38 additions and 76 deletions
|
@ -25,8 +25,7 @@
|
|||
@GUI::Widget {
|
||||
fixed_height: 18
|
||||
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::Label {
|
||||
text: "Executable path:"
|
||||
|
@ -43,8 +42,7 @@
|
|||
@GUI::Widget {
|
||||
fixed_height: 18
|
||||
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::Label {
|
||||
text: "Coredump path:"
|
||||
|
@ -61,8 +59,7 @@
|
|||
@GUI::Widget {
|
||||
fixed_height: 18
|
||||
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::Label {
|
||||
text: "Arguments:"
|
||||
|
@ -83,12 +80,10 @@
|
|||
@GUI::Widget {
|
||||
fixed_height: 32
|
||||
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
// HACK: We need something like Layout::add_spacer() in GML! :^)
|
||||
@GUI::Widget {
|
||||
}
|
||||
@GUI::Widget
|
||||
|
||||
@GUI::Button {
|
||||
name: "close_button"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue