1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:37:34 +00:00

CrashReporter: Add ellipsis (...) to "Save Backtrace" button

Since you must provide a file name before saving occurs, this button
should have an ellipsis.
This commit is contained in:
Andreas Kling 2022-07-31 16:00:27 +02:00
parent d18c25e973
commit b480f02117

View file

@ -93,7 +93,7 @@
@GUI::DialogButton {
name: "save_backtrace_button"
text: "Save Backtrace"
text: "Save Backtrace..."
fixed_width: 160
}