mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 21:12:26 +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
Notes:
sideshowbarker
2024-07-19 00:25:58 +09:00
Author: https://github.com/linusg
Commit: 356f11bc76
Pull-request: https://github.com/SerenityOS/serenity/pull/4636
Issue: https://github.com/SerenityOS/serenity/issues/4635
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