mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:07: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,10 +6,10 @@
|
|||
@GUI::HorizontalSplitter {
|
||||
@GUI::Widget {
|
||||
name: "csv_options"
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::GroupBox {
|
||||
title: "Delimiter"
|
||||
|
@ -43,7 +43,7 @@
|
|||
|
||||
@GUI::Widget {
|
||||
fixed_height: 25
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::RadioButton {
|
||||
name: "delimiter_other_radio"
|
||||
|
@ -78,7 +78,7 @@
|
|||
|
||||
@GUI::Widget {
|
||||
fixed_height: 25
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::RadioButton {
|
||||
name: "quote_other_radio"
|
||||
|
@ -92,11 +92,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
@GUI::Widget
|
||||
@GUI::Widget {}
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 25
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::Label {
|
||||
text: "Escape by "
|
||||
|
@ -109,13 +109,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
@GUI::Widget
|
||||
@GUI::Widget {}
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 25
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::CheckBox {
|
||||
name: "export_header_check_box"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue