mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:37: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
|
@ -1,7 +1,7 @@
|
|||
@GUI::Widget {
|
||||
name: "browser"
|
||||
fill_with_background_color: true
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
|
||||
@GUI::HorizontalSeparator {
|
||||
name: "top_line"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
@GUI::Widget {
|
||||
fixed_height: 24
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::Label {
|
||||
text: "Title:"
|
||||
|
@ -23,7 +23,7 @@
|
|||
|
||||
@GUI::Widget {
|
||||
fixed_height: 24
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::Label {
|
||||
text: "URL:"
|
||||
|
@ -38,9 +38,9 @@
|
|||
|
||||
@GUI::Widget {
|
||||
fixed_height: 24
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::Widget
|
||||
@GUI::Widget {}
|
||||
|
||||
@GUI::Button {
|
||||
name: "ok_button"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
@GUI::ToolbarContainer {
|
||||
name: "toolbar_container"
|
||||
|
||||
@GUI::Toolbar {
|
||||
name: "toolbar"
|
||||
}
|
||||
|
@ -12,8 +13,7 @@
|
|||
|
||||
@GUI::Widget {
|
||||
name: "webview_container"
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
}
|
||||
|
||||
@GUI::Statusbar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue