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

@ -6,27 +6,27 @@
@GUI::ToolbarContainer {
name: "toolbar_container"
@GUI::Toolbar {
name: "toolbar"
}
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Widget {
name: "left_column_container"
layout: @GUI::VerticalBoxLayout
layout: @GUI::VerticalBoxLayout {}
@GUI::Widget {
name: "glyph_editor_container"
layout: @GUI::VerticalBoxLayout
layout: @GUI::VerticalBoxLayout {}
}
@GUI::Widget {
shrink_to_fit: true
layout: @GUI::VerticalBoxLayout
layout: @GUI::VerticalBoxLayout {}
@GUI::SpinBox {
name: "glyph_editor_width_spinbox"
@ -41,6 +41,7 @@
@GUI::ToolbarContainer {
name: "glyph_toolbar_container"
@GUI::Toolbar {
name: "glyph_mode_toolbar"
}
@ -59,8 +60,7 @@
@GUI::Widget {
name: "glyph_map_container"
layout: @GUI::VerticalBoxLayout
layout: @GUI::VerticalBoxLayout {}
}
@GUI::GroupBox {
@ -73,7 +73,7 @@
@GUI::Widget {
fixed_height: 22
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
name: "name_label"
@ -89,7 +89,7 @@
@GUI::Widget {
fixed_height: 22
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
name: "family_label"
@ -105,7 +105,7 @@
@GUI::Widget {
fixed_height: 22
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
name: "weight_label"
@ -122,7 +122,7 @@
@GUI::Widget {
fixed_height: 22
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
name: "slope_label"
@ -139,7 +139,7 @@
@GUI::Widget {
fixed_height: 22
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
name: "presentation_label"
@ -157,7 +157,7 @@
@GUI::Widget {
fixed_height: 22
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
name: "mean_line_label"
@ -174,7 +174,7 @@
@GUI::Widget {
fixed_height: 22
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
name: "baseline_label"
@ -191,7 +191,7 @@
@GUI::Widget {
fixed_height: 22
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
name: "spacing_label"

View file

@ -5,10 +5,10 @@
@GUI::Widget {
fixed_height: 160
layout: @GUI::VerticalBoxLayout
layout: @GUI::VerticalBoxLayout {}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
fixed_width: 100
@ -22,7 +22,7 @@
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
fixed_width: 100
@ -40,7 +40,7 @@
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
text: "Weight:"
@ -56,7 +56,7 @@
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
fixed_width: 100
@ -72,7 +72,7 @@
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
fixed_width: 100

View file

@ -4,7 +4,7 @@
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::GroupBox {
title: "Metadata"
@ -14,7 +14,7 @@
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
fixed_width: 80
@ -29,7 +29,7 @@
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
fixed_width: 80
@ -44,7 +44,7 @@
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
fixed_width: 80
@ -59,7 +59,7 @@
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
fixed_width: 80
@ -78,7 +78,7 @@
}
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Label {
fixed_width: 80
@ -95,7 +95,7 @@
@GUI::Widget {
fixed_height: 22
layout: @GUI::HorizontalBoxLayout
layout: @GUI::HorizontalBoxLayout {}
@GUI::Widget {
fixed_width: 80
@ -110,19 +110,18 @@
}
@GUI::Widget {
layout: @GUI::VerticalBoxLayout
layout: @GUI::VerticalBoxLayout {}
@GUI::Widget
@GUI::Widget {}
@GUI::Widget {
name: "glyph_editor_container"
layout: @GUI::VerticalBoxLayout {
margins: [5, 0, 0]
}
}
@GUI::Widget
@GUI::Widget {}
}
}
}