diff options
Diffstat (limited to 'Userland/Applications/CrashReporter')
-rw-r--r-- | Userland/Applications/CrashReporter/CrashReporterWindow.gml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Userland/Applications/CrashReporter/CrashReporterWindow.gml b/Userland/Applications/CrashReporter/CrashReporterWindow.gml index f445776110..59928c04d2 100644 --- a/Userland/Applications/CrashReporter/CrashReporterWindow.gml +++ b/Userland/Applications/CrashReporter/CrashReporterWindow.gml @@ -94,8 +94,7 @@ fixed_width: 150 } - // HACK: We need something like Layout::add_spacer() in GML! :^) - @GUI::Widget {} + @GUI::Layout::Spacer {} @GUI::Button { name: "close_button" |