summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/select_format_page.gml
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/Spreadsheet/select_format_page.gml')
-rw-r--r--Userland/Applications/Spreadsheet/select_format_page.gml8
1 files changed, 2 insertions, 6 deletions
diff --git a/Userland/Applications/Spreadsheet/select_format_page.gml b/Userland/Applications/Spreadsheet/select_format_page.gml
index 9e88191a99..f1335eaed5 100644
--- a/Userland/Applications/Spreadsheet/select_format_page.gml
+++ b/Userland/Applications/Spreadsheet/select_format_page.gml
@@ -1,6 +1,5 @@
@GUI::Widget {
name: "select_format"
-
layout: @GUI::VerticalBoxLayout {
margins: [20]
}
@@ -13,9 +12,7 @@
@GUI::Widget {
fixed_height: 25
-
- layout: @GUI::HorizontalBoxLayout {
- }
+ layout: @GUI::HorizontalBoxLayout
@GUI::Label {
text: "Type: "
@@ -28,6 +25,5 @@
}
}
- @GUI::Widget {
- }
+ @GUI::Widget
}