1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:47:46 +00:00

Userland: Run gml-format

This brings the existing GML files up to spec with the new requirements
This commit is contained in:
Idan Horowitz 2022-02-12 19:17:01 +02:00
parent 4c451422c3
commit c8ab45e79f
54 changed files with 259 additions and 253 deletions

View file

@ -16,9 +16,9 @@
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
shrink_to_fit: true
@GUI::Label {
name: "line_and_col_label"
text: "Line: 1, Col: 0"

View file

@ -11,8 +11,7 @@
}
@GUI::Widget {
layout: @GUI::VerticalBoxLayout
layout: @GUI::VerticalBoxLayout {}
name: "icon_view_container"
}
@ -26,9 +25,9 @@
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
max_height: 24
@GUI::Label {
text: "Name:"
text_alignment: "CenterLeft"
@ -41,9 +40,9 @@
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
max_height: 24
@GUI::Label {
text: "Create in:"
text_alignment: "CenterLeft"
@ -63,9 +62,9 @@
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
max_height: 24
@GUI::Label {
text: "Full path:"
text_alignment: "CenterLeft"
@ -84,10 +83,10 @@
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
max_height: 24
@GUI::Widget
@GUI::Widget {}
@GUI::Button {
name: "ok_button"