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.
This commit is contained in:
Linus Groh 2020-12-29 18:57:32 +01:00 committed by Andreas Kling
parent 23b23cee5a
commit 356f11bc76
Notes: sideshowbarker 2024-07-19 00:25:58 +09:00

View file

@ -92,7 +92,7 @@
@GUI::Widget {
horizontal_size_policy: "Fixed"
vertical_size_policy: "Fill"
preferred_width: 378
preferred_width: 377
preferred_height: 0
}