mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 21:47:45 +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 {
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::Label {
|
||||
name: "label"
|
||||
|
@ -51,8 +50,7 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::Button {
|
||||
name: "mem_clear_button"
|
||||
|
@ -107,7 +105,7 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::Button {
|
||||
name: "mem_recall_button"
|
||||
|
@ -162,7 +160,7 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::Button {
|
||||
name: "mem_save_button"
|
||||
|
@ -217,7 +215,7 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::Button {
|
||||
name: "mem_add_button"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue