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

@ -10,7 +10,7 @@
@GUI::Widget {
min_height: 160
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Frame {
name: "tip_frame"
@ -22,18 +22,18 @@
@GUI::Widget {
fixed_width: 60
layout: @GUI::VerticalBoxLayout
layout: @GUI::VerticalBoxLayout {}
@GUI::Label {
name: "light_bulb_label"
fixed_height: 60
}
@GUI::Widget
@GUI::Widget {}
}
@GUI::Widget {
layout: @GUI::VerticalBoxLayout
layout: @GUI::VerticalBoxLayout {}
@GUI::Label {
fixed_height: 60
@ -68,7 +68,7 @@
name: "navigation_column"
fixed_width: 115
min_height: 160
layout: @GUI::VerticalBoxLayout
layout: @GUI::VerticalBoxLayout {}
@GUI::Button {
name: "new_button"
@ -85,7 +85,7 @@
text: "Next Tip"
}
@GUI::Widget
@GUI::Widget {}
@GUI::HorizontalSeparator {
fixed_height: 2
@ -99,7 +99,7 @@
@GUI::Widget {
fixed_height: 24
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::CheckBox {
name: "startup_checkbox"
@ -107,7 +107,7 @@
autosize: true
}
@GUI::Widget
@GUI::Widget {}
@GUI::Button {
name: "close_button"