summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/csv_export.gml
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/Spreadsheet/csv_export.gml')
-rw-r--r--Userland/Applications/Spreadsheet/csv_export.gml16
1 files changed, 8 insertions, 8 deletions
diff --git a/Userland/Applications/Spreadsheet/csv_export.gml b/Userland/Applications/Spreadsheet/csv_export.gml
index 975ce6e846..bea89d5068 100644
--- a/Userland/Applications/Spreadsheet/csv_export.gml
+++ b/Userland/Applications/Spreadsheet/csv_export.gml
@@ -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"