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