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:
parent
d18c25e973
commit
b480f02117
Notes:
sideshowbarker
2024-07-17 08:29:06 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/b480f02117
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
|
||||
@GUI::DialogButton {
|
||||
name: "save_backtrace_button"
|
||||
text: "Save Backtrace"
|
||||
text: "Save Backtrace..."
|
||||
fixed_width: 160
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue