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
Notes: sideshowbarker 2024-07-17 11:40:38 +09:00

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