mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +00:00
Userland: Run gml-format
This brings the existing GML files up to spec with the new requirements
This commit is contained in:
parent
4c451422c3
commit
c8ab45e79f
54 changed files with 259 additions and 253 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
@GUI::Widget {
|
||||
fixed_height: 18
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::Label {
|
||||
text: "Executable path:"
|
||||
|
@ -38,7 +38,7 @@
|
|||
|
||||
@GUI::Widget {
|
||||
fixed_height: 18
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::Label {
|
||||
text: "Coredump path:"
|
||||
|
@ -54,7 +54,7 @@
|
|||
|
||||
@GUI::Widget {
|
||||
fixed_height: 18
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::Label {
|
||||
text: "Arguments:"
|
||||
|
@ -80,7 +80,7 @@
|
|||
|
||||
@GUI::Widget {
|
||||
fixed_height: 32
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::Button {
|
||||
name: "debug_button"
|
||||
|
@ -89,7 +89,7 @@
|
|||
}
|
||||
|
||||
// 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