mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:47:34 +00:00
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:
parent
23b23cee5a
commit
356f11bc76
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
@GUI::Widget {
|
||||
horizontal_size_policy: "Fixed"
|
||||
vertical_size_policy: "Fill"
|
||||
preferred_width: 378
|
||||
preferred_width: 377
|
||||
preferred_height: 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue