mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +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
Notes:
sideshowbarker
2024-07-17 11:40:38 +09:00
Author: https://github.com/LucasChollet Commit: https://github.com/SerenityOS/serenity/commit/ad8c6d858e Pull-request: https://github.com/SerenityOS/serenity/pull/13745
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…
Reference in a new issue