1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:17:44 +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

@ -1,9 +1,10 @@
@GUI::Widget {
layout: @GUI::VerticalBoxLayout
layout: @GUI::VerticalBoxLayout {}
@GUI::ToolbarContainer {
@GUI::Toolbar {
name: "toolbar"
@GUI::Label {
text: "Columns: "
autosize: true
@ -16,7 +17,7 @@
fixed_width: 40
}
@GUI::VerticalSeparator
@GUI::VerticalSeparator {}
@GUI::Label {
text: "Rows: "
@ -30,7 +31,7 @@
fixed_width: 40
}
@GUI::VerticalSeparator
@GUI::VerticalSeparator {}
@GUI::Label {
text: "Update Speed: "
@ -49,7 +50,7 @@
autosize: true
}
@GUI::VerticalSeparator
@GUI::VerticalSeparator {}
}
}

View file

@ -1,6 +1,6 @@
@GUI::Widget {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout
layout: @GUI::VerticalBoxLayout {}
@Hearts::Game {
name: "game"

View file

@ -23,7 +23,7 @@
fixed_width: 40
}
@GUI::VerticalSeparator
@GUI::VerticalSeparator {}
@GUI::Label {
text: "Rows: "
@ -37,7 +37,7 @@
fixed_width: 40
}
@GUI::VerticalSeparator
@GUI::VerticalSeparator {}
@GUI::Label {
text: "Mines: "
@ -54,9 +54,9 @@
@GUI::Widget {
max_height: 24
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Widget
@GUI::Widget {}
@GUI::Button {
name: "ok_button"

View file

@ -1,6 +1,6 @@
@GUI::Widget {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout
layout: @GUI::VerticalBoxLayout {}
@Solitaire::Game {
name: "game"

View file

@ -1,6 +1,6 @@
@GUI::Widget {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout
layout: @GUI::VerticalBoxLayout {}
@Spider::Game {
name: "game"