summaryrefslogtreecommitdiff
path: root/Userland/Applications/Welcome/WelcomeWindow.gml
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/Welcome/WelcomeWindow.gml')
-rw-r--r--Userland/Applications/Welcome/WelcomeWindow.gml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Userland/Applications/Welcome/WelcomeWindow.gml b/Userland/Applications/Welcome/WelcomeWindow.gml
index 6c7ebae2e3..618b58aa73 100644
--- a/Userland/Applications/Welcome/WelcomeWindow.gml
+++ b/Userland/Applications/Welcome/WelcomeWindow.gml
@@ -85,7 +85,7 @@
text: "Next Tip"
}
- @GUI::Widget {}
+ @GUI::Layout::Spacer {}
@GUI::HorizontalSeparator {
fixed_height: 2
@@ -107,7 +107,7 @@
autosize: true
}
- @GUI::Widget {}
+ @GUI::Layout::Spacer {}
@GUI::Button {
name: "close_button"