1
Fork 0
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:
Lucas CHOLLET 2022-04-18 17:33:34 +02:00 committed by Andreas Kling
parent cb08609390
commit ad8c6d858e

View file

@ -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! :^)