diff --git a/Userland/Applications/CrashReporter/CrashReporterWindow.gml b/Userland/Applications/CrashReporter/CrashReporterWindow.gml index 90e2cd1bcc..f445776110 100644 --- a/Userland/Applications/CrashReporter/CrashReporterWindow.gml +++ b/Userland/Applications/CrashReporter/CrashReporterWindow.gml @@ -91,6 +91,7 @@ @GUI::Button { name: "save_backtrace_button" text: "Save Backtrace" + fixed_width: 150 } // HACK: We need something like Layout::add_spacer() in GML! :^)