mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:17: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
|
@ -12,8 +12,7 @@
|
|||
@GUI::Widget {
|
||||
fixed_height: 25
|
||||
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::Label {
|
||||
text: "Location: "
|
||||
|
@ -31,7 +30,5 @@
|
|||
}
|
||||
|
||||
// Spacer
|
||||
@GUI::Widget {
|
||||
|
||||
}
|
||||
@GUI::Widget
|
||||
}
|
||||
|
|
|
@ -15,7 +15,5 @@
|
|||
}
|
||||
|
||||
// Spacer
|
||||
@GUI::Widget {
|
||||
|
||||
}
|
||||
@GUI::Widget
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue