mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +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
|
@ -34,11 +34,11 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
|
||||
@GUI::Widget {
|
||||
shrink_to_fit: true
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::TextBox {
|
||||
name: "location_textbox"
|
||||
|
@ -55,11 +55,11 @@
|
|||
|
||||
@GUI::Widget {
|
||||
shrink_to_fit: true
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 22
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::TextBox {
|
||||
name: "filename_textbox"
|
||||
|
@ -78,9 +78,9 @@
|
|||
|
||||
@GUI::Widget {
|
||||
fixed_height: 22
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::Widget
|
||||
@GUI::Widget {}
|
||||
|
||||
@GUI::Button {
|
||||
name: "cancel_button"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue