mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:37: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:
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::Widget {
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
|
@ -30,8 +30,8 @@
|
|||
layout: @GUI::HorizontalBoxLayout {
|
||||
margins: [4]
|
||||
}
|
||||
|
||||
shrink_to_fit: true
|
||||
|
||||
@GUI::Label {
|
||||
text: "Offset"
|
||||
text_alignment: "CenterLeft"
|
||||
|
@ -48,7 +48,7 @@
|
|||
margins: [4]
|
||||
}
|
||||
|
||||
@GUI::Widget
|
||||
@GUI::Widget {}
|
||||
|
||||
@GUI::Button {
|
||||
name: "ok_button"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@GUI::Frame {
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
fill_with_background_color: true
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
margins: [4]
|
||||
|
@ -22,7 +22,6 @@
|
|||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [4]
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@GUI::GroupBox {
|
||||
|
@ -44,7 +43,7 @@
|
|||
margins: [4]
|
||||
}
|
||||
|
||||
@GUI::Widget
|
||||
@GUI::Widget {}
|
||||
|
||||
@GUI::Button {
|
||||
name: "apply_button"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
@GUI::ToolbarContainer {
|
||||
name: "toolbar_container"
|
||||
|
||||
@GUI::Toolbar {
|
||||
name: "toolbar"
|
||||
}
|
||||
|
@ -19,6 +20,7 @@
|
|||
|
||||
@GUI::ToolbarContainer {
|
||||
name: "toolbar_container"
|
||||
|
||||
@PixelPaint::ToolboxWidget {
|
||||
name: "toolbox"
|
||||
}
|
||||
|
@ -41,7 +43,7 @@
|
|||
@GUI::Widget {
|
||||
fill_with_background_color: true
|
||||
fixed_width: 200
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
|
||||
@GUI::GroupBox {
|
||||
title: "Layers"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue