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:
parent
d18c25e973
commit
b480f02117
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
|
|
||||||
@GUI::DialogButton {
|
@GUI::DialogButton {
|
||||||
name: "save_backtrace_button"
|
name: "save_backtrace_button"
|
||||||
text: "Save Backtrace"
|
text: "Save Backtrace..."
|
||||||
fixed_width: 160
|
fixed_width: 160
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue