mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:37:47 +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
|
@ -22,8 +22,7 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::Label {
|
||||
text: "Open:"
|
||||
|
@ -37,12 +36,10 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
// HACK: using an empty widget as a spacer
|
||||
@GUI::Widget {
|
||||
}
|
||||
@GUI::Widget
|
||||
|
||||
@GUI::Button {
|
||||
name: "ok_button"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue