mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +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
|
@ -1,6 +1,6 @@
|
|||
@GUI::Frame {
|
||||
fill_with_background_color: true
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
|
||||
@GUI::ToolbarContainer {
|
||||
@GUI::Toolbar {
|
||||
|
@ -8,8 +8,8 @@
|
|||
spacing: 4
|
||||
margins: [0, 0, 0, 4]
|
||||
}
|
||||
|
||||
name: "toolbar"
|
||||
|
||||
@GUI::Label {
|
||||
text: "Font: "
|
||||
autosize: true
|
||||
|
@ -19,7 +19,7 @@
|
|||
background_role: "Base"
|
||||
fill_with_background_color: true
|
||||
fixed_height: 20
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
|
||||
@GUI::Label {
|
||||
name: "font_name"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue