From 356f11bc769aac4c3cb2e6ce8abcbf7a38d53b88 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Tue, 29 Dec 2020 18:57:32 +0100 Subject: [PATCH] CrashReporter: Tweak width of spacer widget by 1px This prevents the shadow of the close button on its right side being cut off. Fixes #4635. --- Applications/CrashReporter/CrashReporterWindow.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/CrashReporter/CrashReporterWindow.gml b/Applications/CrashReporter/CrashReporterWindow.gml index 7e2bd27cbd..7d4f6bc54e 100644 --- a/Applications/CrashReporter/CrashReporterWindow.gml +++ b/Applications/CrashReporter/CrashReporterWindow.gml @@ -92,7 +92,7 @@ @GUI::Widget { horizontal_size_policy: "Fixed" vertical_size_policy: "Fill" - preferred_width: 378 + preferred_width: 377 preferred_height: 0 }