mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue