mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
CrashReporter: Fix "Save Backtrace" button width
Previously, the size of the button changed with the window's size. Now this parameter is fixed and consistent with the "Debug in Hack Studio" button.
This commit is contained in:
parent
cb08609390
commit
ad8c6d858e
1 changed files with 1 additions and 0 deletions
|
@ -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! :^)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue