mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:07: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:
parent
4c451422c3
commit
c8ab45e79f
54 changed files with 259 additions and 253 deletions
|
@ -9,9 +9,9 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
fixed_height: 22
|
||||
|
||||
@GUI::Label {
|
||||
text: "Value to find"
|
||||
fixed_width: 80
|
||||
|
@ -24,15 +24,14 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
name: "radio_container"
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
fixed_height: 22
|
||||
|
||||
@GUI::Button {
|
||||
name: "find_button"
|
||||
text: "Find"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
@GUI::ToolbarContainer {
|
||||
name: "toolbar_container"
|
||||
|
||||
@GUI::Toolbar {
|
||||
name: "toolbar"
|
||||
}
|
||||
|
@ -20,7 +21,7 @@
|
|||
@GUI::Widget {
|
||||
name: "search_results_container"
|
||||
visible: false
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
|
||||
@GUI::TableView {
|
||||
name: "search_results"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue